What is abstraction c++?
No Answer is Posted For this Question
Be the First to Post Answer
Define the operators that can be used with a pointer.
Will the inline function be compiled as the inline function always? Justify.
Explain the concept of dynamic allocation of memory?
What is the oldest programming language?
Can we make any program in c++ without using any header file and what is the shortest program in c++.
Why null pointer is used?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
What is virtual base class uses?
Write a program and call it sortcheck.cpp which receives 10 numbers from input and checks whether these numbers are in ascending order or not. You are not allowed to use arrays. You should not define more than three variables
What is c++ vb?
write a program that takes two numbers from user that prints the smallest number
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?