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 / soni
a
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Difference between linking and loading?
How do you determine the length of a string value that was stored in a variable?
What is c basic?
How can I remove the trailing spaces from a string?
What are the different types of linkage exist in c?
How would you use the functions fseek(), freed(), fwrite() and ftell()?
When do we get logical errors?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Can we compile a program without main() function?
What is optimization in c?
What is getche() function?
How can I read a binary data file properly?
Is c high or low level?
List some of the dynamic data structures in C?
can anyone suggest some site name..where i can get some good data structure puzzles???