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

Is there a way to jump out of a function or functions?

636


What is else if ladder?

611


please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................

1542


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2008


Write a program to print all permutations of a given string.

644






Difference between constant pointer and pointer to a constant.

613


Is c easier than java?

571


What is the scope of static variable in c?

537


what are bit fields? What is the use of bit fields in a structure declaration?

1499


Why can arithmetic operations not be performed on void pointers?

590


What is difference between class and structure?

571


What is the size of enum in bytes?

590


What is memory leak in c?

638


What is the general form of #line preprocessor?

587


Explain how do you determine whether to use a stream function or a low-level function?

630