printf("%d",(printf("Hello")); What it returns?
Answer Posted / pavithra
error will occur because within a printf statement another
printf statement is present
| Is This Answer Correct ? | 3 Yes | 15 No |
Post New Answer View All Answers
Compare interpreters and compilers.
How do you list files in a directory?
Explain what is the difference between a free-standing and a hosted environment?
What is include directive in c?
Explain low-order bytes.
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What are the different types of errors?
Are there constructors in c?
The file stdio.h, what does it contain?
what will be maximum number of comparisons when number of elements are given?
Explain what are run-time errors?
When can a far pointer be used?
Is it possible to initialize a variable at the time it was declared?
What are register variables in c?
What are the 5 elements of structure?