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 / niranjan kumar niraj
e)none
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What does dm mean sexually?
Write a program to print factorial of given number using recursion?
Is c is a low level language?
What are the difference between a free-standing and a hosted environment?
What is #pragma statements?
What is the purpose of the statement: strcat (S2, S1)?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Can you please explain the difference between syntax vs logical error?
How are 16- and 32-bit numbers stored?
Can you return null in c?
How can I call fortran?
Why are all header files not declared in every c program?
Is main a keyword in c?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none