how many header file is in C language ?
Answer Posted / archana shukla
About 24 header file in a C Language.
| Is This Answer Correct ? | 9 Yes | 7 No |
Post New Answer View All Answers
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
What does the message "automatic aggregate intialization is an ansi feature" mean?
What is derived datatype in c?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
Explain the properties of union.
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Is there anything like an ifdef for typedefs?
Why is this loop always executing once?
What is the use of c language in real life?
Which is best book for data structures in c?
Why & is used in scanf in c?
What is New modifiers?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?