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

How do you link a C++ program to C functions?

4 Answers  


What is the use of map in c++?

0 Answers  


What is a forward referencing and when should it be used?

0 Answers  


State two differences between C and C++.

0 Answers   Hexaware,


What is lvalue?

0 Answers  






What is the use of endl in c++?

0 Answers  


1. What does the following do: void afunction(int *x) { x=new int; *x=12; } int main() { int v=10; afunction(&v); cout<<v; } a) Outputs 12 b) Outputs 10 c) Outputs the address of v

5 Answers   Quark,


Write a c program for binary addition of two 8 bit numbers.

0 Answers   TCS,


What is a terminating character in c++?

0 Answers  


How c functions prevents rework and therefore saves the programers time as wel as length of the code ?

0 Answers  


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

2 Answers  


In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?

0 Answers  


Categories