printf("%d",(printf("Hello")); What it returns?
Answer Posted / dinesh gupta
error
bcos one bracket is missing
if make correction
then out put is ........ hello5
reason..inner statement print hello and as wellas returns the lenth of the string to outer print statement,which give 5
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
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
how should functions be apportioned among source files?
Can stdout be forced to print somewhere other than the screen?
Is c is a low level language?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
Explain what standard functions are available to manipulate strings?
What should malloc() do?
Was 2000 a leap year?
What is static memory allocation?
What is scope rule of function in c?
What is pointers in c?
What is static and volatile in c?
Explain what is #line used for?
Write a program to reverse a linked list in c.
what is a function method?give example?