What is meaning of in c++?


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

Post New Answer

More C++ General Interview Questions

Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];

4 Answers   Quark,


What is difference between malloc()/free() and new/delete?

0 Answers  


In which memory a class gets stored(in heap /in stack)? And why??

2 Answers  


Disadvantages of c++

8 Answers   HCL,


Can you please explain the difference between using macro and inline functions?

0 Answers  






What are Virtual Functions? How to implement virtual functions in "C" ?

3 Answers  


What happens if a pointer is deleted twice?

0 Answers   Flextronics,


What is the use of c++ programming language in real life?

0 Answers  


How does c++ sort work?

0 Answers  


What is object oriented programming (oop)?

0 Answers  


What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?

24 Answers   Infosys, Microsoft, TCS,


Search for: what is pair in c++?

0 Answers  


Categories