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 / ajay lakhara
a)comp error
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is a const pointer in c?
Why header files are used?
What is merge sort in c?
What is %g in c?
Explain what is output redirection?
What are variables and it what way is it different from constants?
What do you mean by command line argument?
what is the difference between 123 and 0123 in c?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
Explain built-in function?
Should I learn data structures in c or python?
Difference between goto, long jmp() and setjmp()?
Write a program to generate random numbers in c?
What does volatile do?
where are auto variables stored? What are the characteristics of an auto variable?