What is constructor c++?


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

Post New Answer

More C++ General Interview Questions

What is near, far and huge pointers? How many bytes are occupied by them?

0 Answers  


Explain how would you handle a situation where you cannot call the destructor of a local explicitly?

0 Answers  


Are php strings immutable?

0 Answers  


What is a smart pointer?

1 Answers  


What are the various operations performed on stack?

0 Answers  






Write a single instruction that will find the remainder of integral division when x is divided by y. Have the answer stored in z.

1 Answers  


What is multithreading and what is its use?Whats are multithreading techniques used in C++?

1 Answers  


Is map ordered c++?

0 Answers  


How many types of casting are there in C++? When is a dynamic cast,static_cast,reinterpret cast used?

2 Answers   CTS,


Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c

0 Answers  


Explain differences between alloc() and free()?

0 Answers  


How can we access protected and private members of a class?

0 Answers  


Categories