printf("%d",(printf("Hello")); What it returns?
Answer Posted / dinesh gupta
error
bcos one bracket is missing
if make correction
then out put is ........ hello5
reason..inner statement print hello and as wellas returns the lenth of the string to outer print statement,which give 5
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
how to print the character with maximum occurence and print that number of occurence too in a string given ?
write a program to find the given number is prime or not
What is self-referential structure in c programming?
What is string function c?
What is the difference between the expression “++a” and “a++”?
Can i use “int” data type to store the value 32768? Why?
What are valid operations on pointers?
What do header files do?
What is sizeof return in c?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
Can a program have two main functions?
Differentiate between Macro and ordinary definition.
If I have a char * variable pointing to the name of a function ..
What are disadvantages of C language.