Answer Posted / thukaram
Microsoft VC++ compiler ,Microsoft.NET compiler
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is an inclusion guard?
What is a storage class used in c++?
What does it mean to declare a member variable as static?
Why is c++ considered difficult?
what is oops and list its features in c++?
Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?
Explain terminate() function?
Can char be a number c++?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
What is the use of function pointer?
How do I run a program in notepad ++?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
What is auto type c++?
What is the basic concept of c++?
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....