Answer Posted / g.archana
The Inline function is mainly used for increase the speed
of programming process(or) excution.
because the inline is the key word which used in this
program, then first excute that Statement only.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain 'bus error'?
What are the advantages and disadvantages of a heap?
What is the use of #include in c?
Wt are the Buses in C Language
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
Is Exception handling possible in c language?
Explain is it valid to address one element beyond the end of an array?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What is a list in c?
What is c definition?
Who invented b language?
What are different types of operators?
What is the size of array float a(10)?
What is register variable in c language?
What is a global variable in c?