printf("%d",(printf("Hello")); What it returns?
Answer Posted / varun
error bcz 1 bracket is missing.
if corected
output will b
Hello5
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
What is f'n in math?
What do you mean by command line argument?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
Explain pointers in c programming?
If the size of int data type is two bytes, what is the range of signed int data type?
what are bit fields in c?
What is infinite loop?
Explain what is wrong with this program statement? Void = 10;
What is a node in c?
Why main is not a keyword in c?
Why do we use return in c?
How do I send escape sequences to control a terminal or other device?
Can i use “int” data type to store the value 32768? Why?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above