Which field is used in c++?


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

Post New Answer

More C++ General Interview Questions

what is a reference variable in C++?

0 Answers  


what is COPY CONSTRUCTOR and what is it used for?

0 Answers  


What can I safely assume about the initial values of variables which are not explicitly initialized?

0 Answers  


What are the total number of lines written by you in C/C++? What is the most complicated or valuable program written in C/C++?

2 Answers   Intel,


What is lambda in c++?

0 Answers  






write program for palindrome

81 Answers   Amazon, Aricent, CSC, GE, HCL, Infosys, Syntel, Temenos, Wipro,


What is the difference between static global and global ?

2 Answers   CA,


Why is c++ called oops?

0 Answers  


Incase of a function declaration, what is extern means?

0 Answers  


If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?

2 Answers  


Which of the following operator cannot be overloaded?

2 Answers   TCL,


Explain 'this' pointer and what would happen if a pointer is deleted twice?

0 Answers   Genpact,


Categories