printf("%d",(printf("Hello")); What it returns?
Answer Posted / amit shrivastava
it will show hello5
hello from the inner printf and 5 value return by the outer
printf function,as printf return int value of the string
and in the example there is 5 wrds so the lenght is 5 which
it return.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Explain what is a 'locale'?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
code for replace tabs with equivalent number of blanks
Explain how do you list files in a directory?
why do some people write if(0 == x) instead of if(x == 0)?
The statement, int(*x[]) () what does in indicate?
Explain what are the different data types in c?
what do you mean by enumeration constant?
What is oops c?
Are the variables argc and argv are always local to main?
Is linux written in c?
What is clrscr ()?
What is the use of getch ()?
Differentiate between Macro and ordinary definition.
Is c easy to learn?