Dont ansi function prototypes render lint obsolete?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between data structure and data base.
7 Answers CTS, Value Labs, Zoho,
What is the o/p of the follow pgm? #include<stdio.h> main() { char char_arr[5]=”ORACL”; char c=’E’; prinf(“%s\n”,strcat(char_arr,c)); } a:oracle b. oracl c.e d.none
What is the difference between int main and void main?
Do you know pointer in c?
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
Explain the difference between call by value and call by reference in c language?
How do I convert a string to all upper or lower case?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What is union and structure in c?
find the minimum of three values inputted by the user
what do you mean by enumeration constant?
how can i calculate mean,median,mode by using c program