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 / teja
Plzz explain hw u got that o/p
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is a sequential access file?
Which is an example of a structural homology?
Can the curly brackets { } be used to enclose a single line of code?
What is an auto keyword in c?
What does *p++ do? What does it point to?
Which is best book for data structures in c?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What is the general form of a C program?
How can I call a function with an argument list built up at run time?
What are near, far and huge pointers?
What is scanf_s in c?
Tell me what is the purpose of 'register' keyword in c language?
hi any body pls give me company name interview conduct "c" language only
How can I avoid the abort, retry, fail messages?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?