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 / ajay lakhara

a)comp error

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does 2n 4c mean?

740


Implement bit Array in C.

683


What is array within structure?

595


How to write c functions that modify head pointer of a linked list?

553


Is calloc better than malloc?

593






will u please send me the placement papers to my mail???????????????????

1376


How do I copy files?

629


What are the different data types in C?

738


main() { printf("hello"); fork(); }

705


What is difference between union and structure in c?

587


Can a program have two main functions?

583


What are pragmas and what are they good for?

584


Explain what is the best way to comment out a section of code that contains comments?

732


Do you know the use of 'auto' keyword?

668


what is the basis for selection of arrays or pointers as data structure in a program

3795