printf("%d",(printf("Hello")); What it returns?
Answer Posted / peddivinodkumarchowdary
hello5
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a pointer and how it is initialized?
What is the importance of c in your views?
What is c standard library?
Explain what is operator promotion?
Explain the meaning of keyword 'extern' in a function declaration.
In C language, a variable name cannot contain?
Explain threaded binary trees?
What is the right type to use for boolean values in c?
When should a type cast be used?
using for loop sum 2 number of any 4 digit number in c language
How can a program be made to print the name of a source file where an error occurs?
Simplify the program segment if X = B then C ← true else C ← false
Explain what is the difference between far and near ?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What are the advantages and disadvantages of c language?