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 / ramlal bishnoi

plz explain this answer

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the code in while loop that returns the output of given code?

1320


Write a code on reverse string and its complexity.

609


What is #define?

577


What is the difference between exit() and _exit() function?

607


How many levels deep can include files be nested?

652






Explain union. What are its advantages?

619


Can the “if” function be used in comparing strings?

597


What is the easiest sorting method to use?

636


write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.

1519


Write a program to swap two numbers without using third variable in c?

618


What does the message "automatic aggregate intialization is an ansi feature" mean?

694


Linked lists -- can you tell me how to check whether a linked list is circular?

646


What is realloc in c?

581


Where is c used?

652


Write a program to identify if a given binary tree is balanced or not.

688