printf("%d",(printf("Hello")); What it returns?
Answer Posted / rajesh
0
Is This Answer Correct ? | 9 Yes | 62 No |
Post New Answer View All Answers
What is the purpose of ftell?
what are the different storage classes in c?
What is class and object in c?
What is include directive in c?
What is the difference between break and continue?
Is anything faster than c?
what do u mean by Direct access files? then can u explain about Direct Access Files?
main() { printf("hello"); fork(); }
What is string function c?
What is table lookup in c?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What is difference between stdio h and conio h?
What is the symbol indicated the c-preprocessor?
How do you convert strings to numbers in C?
What is the role of this pointer?