Why is "using namespace std;" considered bad practice?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Explain what is class definition in c++ ?

0 Answers  


Is there a datatype string in c++?How is the memory allocation?

3 Answers  


What do you mean by ‘void’ return type?

0 Answers  


Explain shallow copy?

0 Answers  


What are the advantages of c++?

3 Answers  


Why do we use vector in c++?

0 Answers  


What is capacity in vector in c++?

0 Answers  


What is pointer with example?

0 Answers  


What is type of 'this' pointer? Explain when it is get created?

0 Answers  


What do you mean by Stack unwinding?

1 Answers  


Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?

0 Answers  


Problem 6: Area of a trapezoid can be calculated by the following formula: A=(b1 b2)×h2 where b1 and b2 are the parallel sides or the bases and h is length of height Write a C code of this program

0 Answers   Maxobiz,


Categories