What is use of #include in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are the functions to open and close the file in c language?
WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS
write a program to arrange the contents of a 1D array in ascending order
What are global variables and explain how do you declare them?
int i=10; printf("%d %d %d", i, i=20, i);
is compiler do read the data line by line or not. ??
6 Answers LG Soft, Satyam, Tech Mahindra,
write a program to generate 1st n fibonacci prime number
What do you know about the use of bit field?
Write any data structure program (stack implementation)
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What is calloc malloc realloc in c?
What is bubble sort technique in c?