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
Explain what is the use of a semicolon (;) at the end of every program statement?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Can we declare function inside main?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
How can you pass an array to a function by value?
What is the explanation for the dangling pointer in c?
What does return 1 means in c?
What is structure padding in c?
Do array subscripts always start with zero?
Explain what is the difference between text files and binary files?
What is the g value paradox?
What is strcpy() function?
What is %d called in c?
How are variables declared in c?