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
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Do you know what are bitwise shift operators in c programming?
What is difference between union All statement and Union?
When was c language developed?
What is static memory allocation?
What is function prototype in c language?
How do you define a function?
What is the difference between array and pointer?
What is the difference between NULL and NUL?
Explain spaghetti programming?
Why should I prototype a function?
Explain the use of 'auto' keyword
What is c++ used for today?
What is the acronym for ansi?
What is return type in c?