how many header file is in C language ?
Answer Posted / venky
iso c standard has 24 hederfiles...
| Is This Answer Correct ? | 20 Yes | 13 No |
Post New Answer View All Answers
What is bubble sort technique in c?
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...
what is stack , heap ,code segment,and data segment
How can a program be made to print the line number where an error occurs?
What is a #include preprocessor?
find the sum of two matrices and WAP for it.
Why is c not oop?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
What's the right way to use errno?
What is the purpose of void pointer?
Explain what is the heap?
Explain the use of #pragma exit?
How do you define structure?
How do we print only part of a string in c?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.