What is the output of printf("%d", printf("Hello"));?
Post New Answer View All Answers
What is oops c?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Are comments included during the compilation stage and placed in the EXE file as well?
How many bytes are occupied by near, far and huge pointers (dos)?
Explain how are portions of a program disabled in demo versions?
What is the general form of function in c?
What are keywords in c with examples?
Where is volatile variable stored?
Explain how do you print only part of a string?
When should structures be passed by values or by references?
Can include files be nested?
What are the two types of functions in c?
How can you be sure that a program follows the ANSI C standard?