What is null pointer and void pointer?


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

Post New Answer

More C++ General Interview Questions

Which software is best for c++ programming?

0 Answers  


Under what conditions is multiple inheritance not recommended?

1 Answers  


What is atoi?

0 Answers  


What is a manipulative person?

0 Answers  


What is anonymous object in c++?

0 Answers  






Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;

2 Answers  


How to defines the function in c++?

0 Answers  


What are function poinetrs? where are they used?

1 Answers   CTS,


Write a program that will count the number of digits in an input integer up to value MAX_VALUE (2147483647). Thus, for an input of 5837 the output should be 4 digits Make sure that your program works for the numbers 0, 1, and 10. For the number 0, the output should be 1 digit

2 Answers  


Can we sort map in c++?

0 Answers  


What are the static members and static member functions?

1 Answers  


What is lambda expression c++?

0 Answers  


Categories