what is an inline fuction??

Answers were Sorted based on User's Feedback



what is an inline fuction??..

Answer / reegan

inline function is not end of loop function with in this
function

Is This Answer Correct ?    1 Yes 0 No

what is an inline fuction??..

Answer / 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

More C Interview Questions

How many ways are there to swap two numbers without using temporary variable? Give the each logic.

9 Answers  


What's the best way of making my program efficient?

0 Answers   Celstream,


Why c language?

0 Answers  


what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }

3 Answers  


Is c easy to learn?

0 Answers  






wt is d full form of c

6 Answers   TCS, Wipro,


how would a 4*3 array A[4][3] stored in Row Major Order?

0 Answers   HCL, Ignou,


Is c still used in 2019?

1 Answers  


code for inverse a matrix

0 Answers  


what are brk, sbrk?

1 Answers   Oracle,


swapping of two numbers without using third variable using AND and OR operators

2 Answers  


what is a function pointer and how all to declare ,define and implement it ???

4 Answers   Honeywell,


Categories