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 / ramlal bishnoi
plz explain this answer
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What type of function is main ()?
What is void main ()?
Explain that why C is procedural?
What are the preprocessor categories?
How are structure passing and returning implemented?
How many header files are in c?
Is c# a good language?
What does malloc () calloc () realloc () free () do?
define string ?
Can include files be nested? How many levels deep can include files be nested?
What are the 4 types of unions?
What is a lookup table in c?
What is pragma in c?
What are the uses of null pointers?
How to Throw some light on the splay trees?