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 / gouse mohiddin

4253

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do you know the use of fflush() function?

608


What is main return c?

525


Describe the header file and its usage in c programming?

632


What is conio h in c?

637


Which is better between malloc and calloc?

681






What is the difference between procedural and functional programming?

529


What is an identifier?

634


What is the mean of function?

659


What is the use of getch ()?

648


how to print the character with maximum occurence and print that number of occurence too in a string given ?

2045


a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

888


What does p mean in physics?

595


How can I implement a delay, or time a users response, with sub-second resolution?

635


What are linked lists in c?

653


What is string constants?

670