Explain how functions are classified in C++ ?
No Answer is Posted For this Question
Be the First to Post Answer
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 .
When do we run a shell in the unix system? How will you tell which shell you are running?
What is a storage class used in c++?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
What are multiple inheritances (virtual inheritance)?
Do class declarations end with a semicolon?
What is the default width for ouputting a long integer using the insertion operator?
How do you test your code?
What is abstraction in c++ with example?
Discuss the possibilities related to the termination of a program before entering the mainq method?
Why do we use setw in c++?
When we use Abstract Class and when we use Interface?where we will implement in real time?