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

How can I call a function, given its name as a string?

4 Answers   ABC Telecom,


#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }

0 Answers   Wilco,


how the compiler treats any volatile variable?Explain with example.

1 Answers   Tata Elxsi,


When should volatile modifier be used?

0 Answers  


m=++i&&++j(||)k++ printf("%d"i,j,k,m)

1 Answers   ABC,






what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?

4 Answers  


Do you know what is a programing language ?

0 Answers  


What does *p++ do? What does it point to?

0 Answers  


Write a program which returns the first non repetitive character in the string?

0 Answers   Expedia,


What is c language and why we use it?

0 Answers  


What is a substring in c?

0 Answers  


any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above

0 Answers  


Categories