printf("%d",(printf("Hello")); What it returns?
Answer Posted / varun
error bcz 1 bracket is missing.
if corected
output will b
Hello5
Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
What is the difference between arrays and pointers?
How can I swap two values without using a temporary?
What is #define size in c?
What is array of structure in c?
Not all reserved words are written in lowercase. TRUE or FALSE?
What functions are used in dynamic memory allocation in c?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
how can use subset in c program and give more example
What is d'n in c?
How many keywords (reserve words) are in c?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
What is double pointer in c?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
What is int main () in c?
How can I call a function with an argument list built up at run time?