what is an inline function?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / srinivasroyal
inline function means where the function call is replaced by
the function defination.(which can be expands in a line).
| Is This Answer Correct ? | 2 Yes | 0 No |
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
define switch statement?
how to find out the reverse number of a digit if it is input through the keyboard?
what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }
#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.
Explain how can you tell whether a program was compiled using c versus c++?
What is wrong with this program statement?
a c code by using memory allocation for add ,multiply of sprase matrixes
what is C?
write a progam to compare the string using switch case?
what defference between c and c++ ?
Difference between MAC vs. IP Addressing