printf("%d",(printf("Hello")); What it returns?
Answer Posted / anonymous
an Error will occur....bcos the function call is missing in
main().
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What are valid signatures for the Main function?
What is data structure in c programming?
What is string function c?
Do character constants represent numerical values?
What is the use of typedef in structure in c?
How can I invoke another program or command and trap its output?
a number whose only prime factors are 2,3,5, and 7 is call humble number,,write a program to find and display the nth element in this sequence.. sample input : 2,3,4,11,12,13, and 100.. sample output : the 2nd humble number is 2,the 3rd humble number is 3,the 4th humble number is ,the 11th humble number is 12, the 12th humble number is 14, the 13th humble number is 15, the 100th humble number is 450.
What is a pointer on a pointer in c programming language?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
What are c header files?
How can a string be converted to a number?
Can you pass an entire structure to functions?
What the different types of arrays in c?
What is the difference between new and malloc functions?
Which control loop is recommended if you have to execute set of statements for fixed number of times?