totally how much header files r in c language
Answer Posted / nirosha
i thick there 24 headerfiles in c language
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
What is %g in c?
Why we use int main and void main?
What does the file stdio.h contain?
what are bit fields in c?
What is difference between structure and union with example?
what do the 'c' and 'v' in argc and argv stand for?
How can you determine the maximum value that a numeric variable can hold?
What is a good way to implement complex numbers in c?
Define Spanning-Tree Protocol (STP)
How can I determine whether a machines byte order is big-endian or little-endian?
What is character constants?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
What is zero based addressing?
Write a code to generate a series where the next element is the sum of last k terms.