4)What would be the output?
main()
{
int num=425;
pf("%d",pf("%d",num));
}
a)Comp error
b)4425
c)4253
d)3435
e)none
Answer Posted / soni
a
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is difference between static and global variable in c?
What is static and volatile in c?
What's the total generic pointer type?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
What is the difference between void main and main in c?
What is the purpose of the preprocessor directive error?
Can we access array using pointer in c language?
Can a function argument have default value?
What is the auto keyword good for?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above
Explain what is operator promotion?
What is operator precedence?
List a few unconditional control statement in c.
What is difference between main and void main?
What is bubble sort technique in c?