how many header file is in C language ?
Answer Posted / vrushali
Is there any valid reason where the limit is deceided.
| Is This Answer Correct ? | 24 Yes | 21 No |
Post New Answer View All Answers
What are extern variables in c?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
Is c procedural or object oriented?
When is a null pointer used?
Explain what is the benefit of using enum to declare a constant?
What does return 1 means in c?
how to count no of words,characters,lines in a paragraph.
When we use void main and int main?
Differentiate between functions getch() and getche().
Which programming language is best for getting job 2020?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
How can I prevent another program from modifying part of a file that I am modifying?
What is use of bit field?
What is use of #include in c?