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
How can you restore a redirected standard stream?
i got 75% in all semester am i eligible for your company
what is reason of your company position's in india no. 1.
How important is structure in life?
How to get string length of given string in c?
Which is more efficient, a switch statement or an if else chain?
Write a program to reverse a string.
The statement, int(*x[]) () what does in indicate?
Tell me what is null pointer in c?
Is int a keyword in c?
What is file in c language?
What is a memory leak? How to avoid it?
What is difference between class and structure?
What is the advantage of an array over individual variables?
Explain how can I read and write comma-delimited text?