Do you know what is overriding?
No Answer is Posted For this Question
Be the First to Post Answer
Describe about storage allocation and scope of global, extern, static, local and register variables?
Is swift faster than c++?
Why seem interrupt handlers as member functions to be impossible?
Which bit wise operator is suitable for turning off a particular bit in a number?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
What is wrapper class in c++?
Can comments be longer than one line?
What are the data types in c++?
Explain the concept of friend function in c++?
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 are files in c++?
what is the use of Namespace in c++.