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
Why is c so powerful?
Differentiate between the = symbol and == symbol?
When can a far pointer be used?
What is d scanf?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
Differentiate between the expression “++a” and “a++”?
Explain how do you use a pointer to a function?
Explain null pointer.
What is #include called?
Explain argument and its types.
Explain union. What are its advantages?
How to get string length of given string in c?
What is the explanation for modular programming?
What is a keyword?
Do string constants represent numerical values?