Define a way other than using the keyword inline to make a function inline?
Answer / subham chaudhary
The function must be defined inside the class.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What is the difference between the functions rand(), random(), srand() and randomize()?
List the advantages of inheritance.
To what does “event-driven” refer?
What is the full form of ios?
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
Is arr and &arr are same expression for an array?
what do you mean by memory management operators
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
What is size of empty class object
What is the output of the following 3D Array int arr[3][2][2]={1,2,3,4,5,6,7,8,9,10,11,12}; what is the output for arr[2][1][0]?
6 Answers HCL, Integra, IPMC, ORG,
What is class invariant in c++?