Can you please explain the difference between using macro and inline functions?


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

Post New Answer

More C++ General Interview Questions

What is the operator in c++?

0 Answers  


What are the syntactic rules to be avoid ambiguity in multiple inheritance?

0 Answers  


this is to swap to strings....but in output the whole strings are swapped leaving first as it is...why it is so #include<iostream.h> int main() { char a[]="ajeet"; char b[]="singh"; long x=*a; long y=*b; cout<<x<<":"<<y; x=x+y; y=x-y; x=x-y; *a=x; *b=y; cout<<x<<":"<<y; cout<<&a<<endl; cout<<&b<<endl; }

1 Answers  


What are protected members in c++?

0 Answers  


What is fixed in c++?

0 Answers  






What is the use of main function in c++?

0 Answers  


Why c++ is faster than java?

0 Answers  


What are the sizes and ranges of the basic c++ data types?

0 Answers  


1.what is the difference between software & package &application.

1 Answers   Infosys,


what are the iterator and generic algorithms.

0 Answers  


Does std endl flush?

0 Answers  


Is swift a good first language?

0 Answers  


Categories