printf("%d",(printf("Hello")); What it returns?
Answer Posted / mayur patil
answer is hello 11
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is sprintf unsafe?
Explain what is the difference between a string and an array?
Why does this code crash?
Are there namespaces in c?
What is zero based addressing?
How are 16- and 32-bit numbers stored?
What is the newline escape sequence?
How can I change the size of the dynamically allocated array?
Is c still relevant?
Is stack a keyword in c?
What is the full form of getch?
Difference between strcpy() and memcpy() function?
a c code by using memory allocation for add ,multiply of sprase matrixes
Why main is used in c?
Are the variables argc and argv are always local to main?