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
How to draw the flowchart for structure programs?
What are the characteristics of arrays in c?
can we change the default calling convention in c if yes than how.........?
Explain how do you view the path?
What is n in c?
Ow can I insert or delete a line (or record) in the middle of a file?
Compare interpreters and compilers.
List some of the dynamic data structures in C?
What is storage class?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
what is use of malloc and calloc?
write a program to display all prime numbers
What type of function is main ()?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
Write a C program to count the number of email on text