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


Please Help Members By Posting Answers For Below Questions

What is structure of c program?

746


What does != Mean in c?

740


What is oops c?

802


What does void main () mean?

904


I have a varargs function which accepts a float parameter?

746






How can you allocate arrays or structures bigger than 64K?

845


Is it possible to use curly brackets ({}) to enclose single line code in c program?

984


What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.

3887


Explain how can I make sure that my program is the only one accessing a file?

794


Can you please explain the difference between syntax vs logical error?

844


Give differences between - new and malloc() , delete and free() ?

785


What are global variables and how do you declare them?

736


What are the advantages of c preprocessor?

923


Why do we use c for the speed of light?

777


Write a program to print fibonacci series using recursion?

772