printf("%d",(printf("Hello")); What it returns?
Answer Posted / s.veena bhargavi
prinf execution starts from right to left so it will prints
hello &here printf is taken as a function, it returns int
value as len of srting is 5.it does'nt count /0
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
Why does not c have an exponentiation operator?
What is variable in c example?
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
If you know then define #pragma?
What is the condition that is applied with ?: Operator?
Explain what is the difference between a string and an array?
What is the size of array float a(10)?
why we wont use '&' sing in aceesing the string using scanf
main() { printf("hello"); fork(); }
What does it mean when the linker says that _end is undefined?
What is nested structure with example?
What is NULL pointer?
Describe wild pointers in c?
What is the process of writing the null pointer?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.