What is the use of ‘using’ declaration?
Answer / beena
A using declaration makes it possible to use a name from a namespace without the scope operator.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why do we use classes in c++?
What are different types of polymorphism supported by C++
What does std :: flush do?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
What is abstraction c++?
Explain linear search.
Write a program which uses functions like strcmp(), strcpy()? etc
C is to C++ as 1 is to a) What the heck b) 2 c) 10
Does c++ have arraylist?
Why is it called c++?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
Is c++ a good beginners programming language?