What are the two main components of c++?
No Answer is Posted For this Question
Be the First to Post Answer
Can we declare a base-class destructor as virtual?
What is the use of dot in c++?
What are the main characteristics of C++ as a programming language?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
What character terminates all character array strings a) b) . c) END
Write a C++ Program to check whether a number is prime number or not?
What is exception handling? Does c++ support exception handling?
What is protected inheritance?
What is the output of the following program? Why?
write the programme that convert a interger to biniry number
What is std :: flush?