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
Write a progarm to find the length of string using switch case?
What do you understand by friend-functions? How are they used?
Explain continue keyword in c
What 'lex' does?
Explain built-in function?
Is fortran still used in 2018?
Why is main function so important?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
Is null always equal to 0(zero)?
What are data structures in c and how to use them?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
Why can’t constant values be used to define an array’s initial size?
How can I ensure that integer arithmetic doesnt overflow?
Write a program to print all permutations of a given string.
What is || operator and how does it function in a program?