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 / ramlal bishnoi
plz explain this answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of function overloading in C?
What are runtime error?
Explain how many levels deep can include files be nested?
Is c still used?
Write a program to print “hello world” without using semicolon?
What is #include stdlib h?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What are the 5 types of inheritance in c ++?
Linked lists -- can you tell me how to check whether a linked list is circular?
Is Exception handling possible in c language?
How do you define structure?
What is the purpose of main( ) in c language?
what is the role you expect in software industry?
Is that possible to add pointers to each other?
How do you do dynamic memory allocation in C applications?