a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?
6 14942f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?
5 10921macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 37085enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above
8 44858
How can you find out how much memory is available?
What is the difference between null pointer and wild pointer?
Why clrscr is used after variable declaration?
Explain the red-black trees?
Why isn't any of this standardized in c? Any real program has to do some of these things.
can anyone suggest some site name..where i can get some good data structure puzzles???
What is an lvalue?
What are predefined functions in c?
What is difference between union All statement and Union?
what value is returned to operating system after program execution?
Why does everyone say not to use gets?
What is data types?
What are the different types of errors?
What is this infamous null pointer, anyway?
Explain what is the concatenation operator?