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 / teja
Plzz explain hw u got that o/p
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is getche() function?
What is the difference between mpi and openmp?
Why main is not a keyword in c?
What are the advantages and disadvantages of c language?
Is there any data type in c with variable size?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
why programs in c are running with out #include
How can I read and write comma-delimited text?
Write a program for finding factorial of a number.
What tq means in chat?
What is the need of structure in c?
What is main return c?
Write a c program to demonstrate character and string constants?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
How can I change the size of the dynamically allocated array?