What is a null object in c++?


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

Post New Answer

More C++ General Interview Questions

What are the main characteristics of C++ as a programming language?

1 Answers  


How is memory managed in C++?

2 Answers  


What is vector string in c++?

0 Answers  


What is wrapper class in c++?

0 Answers  


What is called array?

0 Answers  






What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard

0 Answers  


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

0 Answers  


How should runtime errors be handled in c++?

0 Answers  


What are different types of typecasting supported by C++

1 Answers   CA,


Is sorted c++?

0 Answers  


Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).

0 Answers  


Find the second maximum in an array?

12 Answers   HCL,


Categories