What is the output of printf("%d")?
Answer Posted / anita sachdeva
it will print nothing
| Is This Answer Correct ? | 27 Yes | 68 No |
Post New Answer View All Answers
What are the various arithmetic operators in c++?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
Describe protected access specifiers?
Why null pointer is used?
What are arithmetic operators?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
What is the difference between global variables and static varables?
What's c++ used for?
What is a namespace in c++?
Write a recursive program to calculate factorial 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.
What is a forward referencing and when should it be used?
What is the use of 'this' pointer?
How can virtual functions in c++ be implemented?
What does I ++ mean in c++?