printf("%d",(printf("Hello")); What it returns?
Answer Posted / vikas pawar
printf("%d",(printf("Hello"));
Result is Hello5
Inner printf prints Hello and outer printf gives length of
string i.e. 5
| Is This Answer Correct ? | 69 Yes | 8 No |
Post New Answer View All Answers
What are the two forms of #include directive?
Explain why can’t constant values be used to define an array’s initial size?
the question is that what you have been doing all these periods (one year gap)
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
Why void is used in c?
What is volatile variable in c?
How many types of operators are there in c?
What is a string?
What is the function of this pointer?
What is the correct code to have following output in c using nested for loop?
What is the heap?
Tell us two differences between new () and malloc ()?
Differentiate fundamental data types and derived data types in C.
How do we make a global variable accessible across files? Explain the extern keyword?
Can we compile a program without main() function?