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
What is scanf () in c?
Explain the use of 'auto' keyword
How can you access memory located at a certain address?
Can i use “int” data type to store the value 32768? Why?
What is assert and when would I use it?
What are structures and unions? State differencves between them.
Explain what header files do I need in order to define the standard library functions I use?
What is the difference between #include and #include 'file' ?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What are the 4 types of functions?
What is #include conio h?
What does the function toupper() do?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
How can I sort a linked list?
Why c is called top down?