What is a null object in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of dot in c++?
What are c++ files?
Explain the extern storage classes in c++.
Which bit wise operator is suitable for checking whether a particular bit is on or off?
Explain what data encapsulation is in c++?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Why is c++ is better than c?
What is the first name of c++?
what is the size of a class which contains no member variables but has two objects??? is it 1 or 2??
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
What is &x in c++?
What is encapsulation in c++ with example?