printf("%d",(printf("Hello")); What it returns?
Answer Posted / vipin sharma
it will return hello 51
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is c mainly used for?
What is a pointer in c?
What is identifier in c?
How can I automatically locate a programs configuration files in the same directory as the executable?
What are reserved words with a programming language?
How does sizeof know array size?
When c language was developed?
What does sizeof function do?
What is the basic structure of c?
In which header file is the null macro defined?
Why is c still so popular?
Why do we need a structure?
Explain how can I manipulate strings of multibyte characters?
What is identifiers in c with examples?
Which header file should you include if you are to develop a function which can accept variable number of arguments?