Difference between macros and inline functions? Can a function be forced as inline?


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

Post New Answer

More C Interview Questions

Why we use int main and void main?

0 Answers  


Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement in C-Language.

4 Answers  


why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?

2 Answers  


what is the difference between NULL & NUL keywords in C?

3 Answers  


what is the difference between procedure oriented and object oriented progaming language

1 Answers  






Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

0 Answers  


How to access or modify the const variable in c ?

16 Answers   HCL, HP,


What are the disadvantages of external storage class?

0 Answers  


What is Memory leakage ?

2 Answers   HCL,


what is the mean of c languages.

1 Answers   Polaris,


Is c call by value?

0 Answers  


Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?

3 Answers  


Categories