Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
No Answer is Posted For this Question
Be the First to Post Answer
What does calloc stand for?
what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }
What is gets() function?
what is the use of macro program
Explain what is the difference between functions abs() and fabs()?
p*=(++q)++*--p when p=q=1 while(q<=6)
How does #define work?
matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.
differentiate between const char *a; char *const a; and char const *a;
2 Answers College School Exams Tests, HCL, TCS,
I heard that you have to include stdio.h before calling printf. Why?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
What is the heap?