what is a headerfile?and what will be a program without it
explain nan example?
Answer Posted / pradeep m.c
headerfile is one includes pre-defined functions n
and definatrions and is a librari of functions,which the
programme refers to and uses required function to
execute operations.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
How are structure passing and returning implemented?
What the advantages of using Unions?
What does the characters “r” and “w” mean when writing programs that will make use of files?
Do variables need to be initialized?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Is null equal to 0 in sql?
Why is a semicolon (;) put at the end of every program statement?
Is it cc or c in a letter?
Is a house a mass structure?
Explain pointers in c programming?
What are loops in c?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
Write a program to find factorial of a number using recursive function.
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this