Difference between inline functions and macros?


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

Post New Answer

More C++ General Interview Questions

What is the best book for c++ beginners?

0 Answers  


What is the latest c++ standard?

0 Answers  


I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.

0 Answers  


Explain abstraction.

0 Answers  


What are templates? where we should use it?

2 Answers   Alcatel,






Comment on c++ standard exceptions?

0 Answers  


What is the best way to declare and define global variables?

0 Answers  


What is an object in c++?

0 Answers  


Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?

0 Answers  


What jobs can you get with a c++ certification?

0 Answers  


What is the operator in c++?

0 Answers  


What is optimization in c++? when using volatile.optimization is not possible..what does this mean?

1 Answers  


Categories