Which is better between malloc and calloc?
No Answer is Posted For this Question
Be the First to Post Answer
multiple of 9 without useing +,* oprator
What are register variables in c?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }
int a=2,b=3,c=4; printf("a=%d,b=%d\n",a,b,c); what is the o/p?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is stack in c?
Explain argument and its types.
Why c language is called c?
Why do we need functions in c?
What is the use of clrscr?
Which header file should you include if you are to develop a function which can accept variable number of arguments?