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 / rajesh
Answer: b (4253)
Check www.codepad.org
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Write a program to use switch statement.
Are global variables static in c?
a c code by using memory allocation for add ,multiply of sprase matrixes
How do you write a program which produces its own source code as output?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Write a program which returns the first non repetitive character in the string?
Where are c variables stored in memory?
How reliable are floating-point comparisons?
hi any body pls give me company name interview conduct "c" language only
plz let me know how to become a telecom protocol tester. thank you.
which type of aspect you want from the student.
How can I send mail from within a c program?
Explain how can I make sure that my program is the only one accessing a file?
What is string constants?
How do you sort filenames in a directory?