What is null pointer and void pointer?
No Answer is Posted For this Question
Be the First to Post Answer
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
0 Answers College School Exams Tests, CS,
What are the types of array in c++?
how to create window program in c++.please explain.
Is arr and &arr are same expression for an array?
Write a C++ Program to Multiply two Numbers
How the endl and setw manipulator works?
Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?
What is an adaptor class or wrapper class in c++?
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
What are c++ data types?
What is meant by reference variable in C++?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?