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 / ramlal bishnoi
plz explain this answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many header files are in c?
write a proram to reverse the string using switch case?
What are the types of data files?
Why do we use main function?
What is meant by high-order and low-order bytes?
What is context in c?
what are bit fields in c?
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
What is gets() function?
What are the different types of data structures in c?
What is file in c preprocessor?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
Explain about C function prototype?
How can I do peek and poke in c?
What is the need of structure in c?