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 / aswini
Answer is 4253
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Is c is a low level language?
Which is an example of a structural homology?
Where register variables are stored in c?
What is the difference between array_name and &array_name?
Is it better to use a macro or a function?
what type of questions arrive in interview over c programming?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Differentiate between Macro and ordinary definition.
How can I read and write comma-delimited text?
What is the benefit of using an enum rather than a #define constant?
How was c created?
Array is an lvalue or not?
Why do we need functions in c?
What do you mean by Recursion Function?
Define Array of pointers.