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 / soni
a
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
code for find determinent of amatrix
What are the Advantages of using macro
what value is returned to operating system after program execution?
For what purpose null pointer used?
Differentiate between null and void pointers.
Give me the code of in-order recursive and non-recursive.
What are logical errors and how does it differ from syntax errors?
Write a C program to count the number of email on text
What's the total generic pointer type?
Can a pointer be null?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
Explain main function in c?
Write a program to check armstrong number in c?
List the difference between a "copy constructor" and a "assignment operator"?
Explain high-order and low-order bytes.