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 / aswini

Answer is 4253

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What would be an example of a structure analogous to structure c?

577


write a proram to reverse the string using switch case?

2469


What is the use of printf() and scanf() functions?

636


Is it better to bitshift a value than to multiply by 2?

661


What language is windows 1.0 written?

575






What will be the outcome of the following conditional statement if the value of variable s is 10?

768


Can we access the array using a pointer in c language?

564


Write a program to print ASCII code for a given digit.

688


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

653


What is the use of typedef in structure in c?

546


write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.

4991


Do you know the difference between exit() and _exit() function in c?

609


Explain high-order bytes.

677


How to draw the flowchart for structure programs?

8762


What are header files in c programming?

658