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
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What is an operator?
What is the advantage of an array over individual variables?
What is self-referential structure in c programming?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
What are local static variables? How can you use them?
What is pointer to pointer in c language?
What is define directive?
What are structures and unions? State differencves between them.
What is abstract data structure in c?
What is the heap?
string reverse using recursion
what do the 'c' and 'v' in argc and argv stand for?
Explain what are header files and explain what are its uses in c programming?
What is wrong with this program statement? void = 10;