What is the output of printf("%d")?
Answer Posted / bheda govind
printf("%d") THAN
OUTPUT IS----0(ZIRO)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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
Distinguish between new and malloc and delete and free().
What is lambda in c++?
What is class invariant in c++?
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
What is function declaration in c++ with example?
Comment on assignment operator in c++.
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
Can user-defined object be declared as static data member of another class?
What are vtable and vptr?
Write is a binary search tree? Write an algo and tell complexity?
Is c++ a good beginners programming language?
You run a shell on unix system. How would you tell which shell are you running?
Describe linked list using C++ with an example.
Explain the difference between c & c++?