Describe private, protected and public?
No Answer is Posted For this Question
Be the First to Post Answer
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
How to construct muliton object
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
what is oops and list its features in c++?
What is the main function c++?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
How much is size of struct having 1 char & 1 integer?
How many different levels of pointers are there?
What do you mean by abstraction. Explain your answer?
How many namespaces are there in c++?
Is C++ case sensitive a) False b) Depends on implementation c) True
In java a final class is a class that cannot be derived. How can you make a similar class in C++