how many header file is in C language ?
Answer Posted / vignesh
42 Header Files are available.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
In which header file is the null macro defined?
find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }
Can you tell me how to check whether a linked list is circular?
What is the g value paradox?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
How can I write a function analogous to scanf?
What is static function in c?
Where local variables are stored in c?
What is an lvalue?
Explain what is #line used for?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
What are the restrictions of a modulus operator?
What is c programming structure?
What is sizeof array in c?
What are the types of type qualifiers in c?