what is an inline function?

Answer Posted / naveen shukla

inline function is basically a language construct which tell
the compiler to have a full function statement in the
program where the function is used

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

to find the closest pair

1830


What does int main () mean?

559


Write the syntax and purpose of a switch statement in C.

634


What is meant by preprocessor in c?

541


Why is sizeof () an operator and not a function?

597






What is function what are the types of function?

567


What are the types of i/o functions?

690


What does sizeof return c?

615


Why doesn't C support function overloading?

1629


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

1390


Explain what are multibyte characters?

633


Can you assign a different address to an array tag?

707


Can we access the array using a pointer in c language?

566


Why does the call char scanf work?

625


What are disadvantages of C language.

657