Are there any special rules about inlining?


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

Post New Answer

More C++ General Interview Questions

Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.

0 Answers   CIIT Wah,


What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required

0 Answers  


What is the type of 'this' pointer?

0 Answers  


Who calls main function?

0 Answers  


What is an action class?

1 Answers  






Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?

0 Answers  


What are dynamic type checking?

0 Answers  


When are exception objects created?

0 Answers  


Explain the need for "Virtual Destructor"?

2 Answers   Infosys,


program in c++ to input digits and print in words

1 Answers   Microsoft,


What do you mean by function pointer?

0 Answers  


What are the advantages of C++ programming compared to C programming?

2 Answers   HAL,


Categories