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 / niranjan kumar niraj
e)none
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How to write c functions that modify head pointer of a linked list?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What is d scanf?
What is the purpose of main( ) in c language?
how to find anagram without using string functions using only loops in c programming
Explain high-order and low-order bytes.
What is call by value in c?
If you know then define #pragma?
What is pointer in c?
Why is C language being considered a middle level language?
What is meant by recursion?
what are enumerations in C
What are the parts of c program?
What is c language & why it is used?
Where static variables are stored in memory in c?