why is c++ called oops? Explain
print first nodd numbers in descending order
Describe private, protected and public – the differences and give examples.
How does list r; differs from list r();?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
Are strings mutable in c++?
Can I learn c++ without learning c?
Can a class be static in c++?
Given a simple program designed to take inputs of integers from 1-1000 and to output the factorial value of that number, how would you test this program? You do not have access to the code. Please be as specific as possible.
What is tellg () in c++?
What do you mean by translation unit?
Out of fgets() and gets() which function is safe to use and why?
Explain function overloading and operator overloading.