Can constructor be static in c++?


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

Post New Answer

More C++ General Interview Questions

Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()

0 Answers  


Explain about profiling?

1 Answers  


What does std :: flush do?

0 Answers  


You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so

1 Answers  


Which software is best for programming?

0 Answers  


What are the main differences between C and C++?

1 Answers  


When copy constructor can be used?

4 Answers   Symphony,


Who discovered c++?

0 Answers  


Explain the difference between realloc() and free() in c++?

0 Answers  


Which of the following operator cannot be overloaded?

2 Answers   TCL,


What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?

3 Answers  


Explain differences between new() and delete()?

0 Answers  


Categories