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 / niranjan kumar niraj
e)none
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is structure of c program?
What does != Mean in c?
What is oops c?
What does void main () mean?
I have a varargs function which accepts a float parameter?
How can you allocate arrays or structures bigger than 64K?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
Explain how can I make sure that my program is the only one accessing a file?
Can you please explain the difference between syntax vs logical error?
Give differences between - new and malloc() , delete and free() ?
What are global variables and how do you declare them?
What are the advantages of c preprocessor?
Why do we use c for the speed of light?
Write a program to print fibonacci series using recursion?