What does 7/9*9 equal ?
a) 1
b) 0.08642
c) 0
No Answer is Posted For this Question
Be the First to Post Answer
What do nonglobal variables default to a) auto b) register c) static
What is function overriding in c++?
What is polymorphism and its type in c++?
what are Access specifiers in C++ class? What are the types?
What is std :: endl?
What is pair in c++?
What is class and structure in c++?
Write a program to show polymorphism in C++?
Can a constructor throw a exception? How to handle the error when the constructor fails?
Describe protected access specifiers?
What is the difference between the parameter to a template and the parameter to a function?
What is the function of the keyword ‘volatile’ in C++?