how many header file is in C language ?
Answer Posted / rinki
17 header files is in c programming.
| Is This Answer Correct ? | 0 Yes | 16 No |
Post New Answer View All Answers
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
Write a program to reverse a string.
Explain the Difference between the New and Malloc keyword.
Which header file should you include if you are to develop a function which can accept variable number of arguments?
Is there any demerits of using pointer?
write a program to generate address labels using structures?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
Why is #define used?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
What are reserved words?
What is string in c language?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What is string function c?
What is the use of pointers in C?
What is #include stdlib h?