C++ Inline Function Question:
Download Questions PDF

Default return the type of functions in CPP is:

a. void
b. long
c. char
d. int

C++ Inline Function Interview Question
C++ Inline Function Interview Question

Answer:

d. int

Download C++ Inline Function Interview Questions And Answers PDF

Previous QuestionNext Question
By default, if function with minimum lines of code is declared and defined inside the class becomes Inline function.

a. True
b. False
Default values for function are specified when____.

a. function is defined
b. function is declared
c. Both a and b
d. None of these