PlacementPapers.asia

Placement Papers 2008,2009,2010 for Freshers.Largest Collection of IT Companies Placement Papers and Interview Questions in india. Latest Placement Papers of IT and Non-IT Companies.




Categories

Links

  • EASYTECH Latest placement paper
    1]. The following variable is available in file1.c
    static int average_float;
    all the functions in the file1.c can access the variable
    [2]. extern int x;
    Check the answer
    [3]. Another Problem with
    # define TRUE 0
    some code
    while(TRUE)
    {
    some code
    }
    This won’t go into the loop as TRUE is defined as 0
    [4]. A question in structures where the memebers are dd,mm,yy.
    mm:dd:yy
    09:07:97
    [5]. [...]

    No Comments