Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Write a c program to demonstrate Type casting in c?

2 Answers  


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

0 Answers  


What is the output for the below program? void main() { float me=1.1; double you=1.1; if(me==you) printf("love c"); else printf("know c"); }

7 Answers  


Can 'this' pointer by used in the constructor?

0 Answers  


What should be keep precautions while using the recursion method?

1 Answers  






When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

0 Answers  


what are bit fields? What is the use of bit fields in a structure declaration?

0 Answers   Flextronics, TISL, Virtusa,


How the processor registers can be used in C ?

7 Answers   HP,


What should not contain a header file?

2 Answers  


What is malloc and calloc?

0 Answers  


if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above

0 Answers  


Disadvantages of C language.

0 Answers   Impetus,


Categories