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
When should I declare a function?
Tell me is null always defined as 0(zero)?
formula to convert 2500mmh2o into m3/hr
What is pointer & why it is used?
FILE PROGRAMMING
What is context in c?
Is c is a procedural language?
difference between Low, Middle, High Level languages in c ?
Explain union.
shorting algorithmS
What is union and structure?
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
What is calloc()?
Who developed c language?
What is a header file?