What are the advantages/disadvantages of using inline and const?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ Interview Questions

what is a pragma in C++?

0 Answers   Aspire,


What is partial specialization or template specialization?

0 Answers   Amazon,


Write a program to generate the Fibonocci Series in C++.

0 Answers   Accenture,


What is meant by exit controlled loop?

0 Answers   Adobe,


What is an abstract class?

5 Answers   Siemens,






Write a C++ Program to Find Sum and Average of n numbers using for loop.

1 Answers  


Write a C++ program to print strings in reverse order.

0 Answers   Amdocs,


Identify the errors in the following program. #include <iostream> using namespace std; void main() { int i=5; while(i) { switch(i) { default: case 4: case 5: break; case 1: continue; case 2: case 3: break; } i-; } }

1 Answers  


What is Advantage and Use of THIS pointer in C++ – Scenarios?

0 Answers  


What is a class in C++?

0 Answers   Amazon, TCS, UGC Corporation,


What do you by Function Overloading in C++?

0 Answers   Akamai Technologies, Infogain,


What Is A Conversion Constructor C++ ?

0 Answers   Amazon,


Categories