how many header file is in C language ?
Answer Posted / vidiyal
approximately 35 header file in c
| Is This Answer Correct ? | 10 Yes | 8 No |
Post New Answer View All Answers
Describe how arrays can be passed to a user defined function
Explain how can I open a file so that other programs can update it at the same time?
Is null valid for pointers to functions?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Can you write the function prototype, definition and mention the other requirements.
What is the collection of communication lines and routers called?
What are the basic data types associated with c?
What does c value mean?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
pierrot's divisor program using c or c++ code
Differentiate between Macro and ordinary definition.
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
When was c language developed?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
What is the difference between Printf(..) and sprint(...) ?