When a function is made inline. Write the situation where
inline functions may not work.
Answer Posted / sathishbca
inline function can be use in single line manipulations in
program it cannot use in looping, branching
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain differences between alloc() and free()?
Explain how an exception handler is defined and invoked in a Program.
What is ios class in c++?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What is abstraction in c++ with example?
Explain Text Manipulation Routines?
What gives the current position of the put pointer?
What are the advantages of using a pointer? Define the operators that can be used with a pointer.
How long it will take to learn c++?
Describe public access specifiers?
what you know about c++?
Explain what you mean by a pointer.
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
What is command line arguments in C++? What are its uses? Where we have to use this?
Tell me difference between constant pointer and pointer to a constant.