What is the output of printf("%d")?
Answer Posted / creed
When insufficent argumrnts r give 2 c compiler it give
arbitrary answers
in turbo c it gives o/p =0
in other compiler it trys 2 read values from last stack top
i.e garbage
some compiler can may even crash
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
Write a program in C++ for Fibonacci series
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
Define a constructor - what it is and how it might be called (2 methods)?
Will the following program execute?
What is pointer in c++ with example?
What are single and multiple inheritances in c++?
Describe linked list using C++ with an example.
What will the line of code below print out and why?
Which function should be used to free the memory allocated by calloc()?
What is size of string in c++?
Write a program which uses Command Line Arguments
Can you Mention some Application of C/C++?
Explain this pointer?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
What is the use of dot in c++?