Why is "using namespace std;" considered bad practice?
No Answer is Posted For this Question
Be the First to Post Answer
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
How do you traverse a btree in backward in-order?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
What is the standard template library (stl)?
What are c++ variables?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
What are literals in C++?
How does c++ sort work?
Explain about profiling?
What do you mean by inheritance in c++?
What is a storage class? Mention the storage classes in c++.
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}