What are c header files?
Answer / Vibhu Saxena
C header files are collection of function prototypes and macro definitions that allow reusability and portability of code across programs.
| Is This Answer Correct ? | 0 Yes | 0 No |
how can i sort numbers from ascending order and descending order using turbo c..
a C prog to swap 2 no.s without using variables just an array?
what will be printed by this printf? printf("%c",printf("hi")["sharkselva"])); }
what is c?
Explain that why C is procedural?
Why void main is used in c?
What is huge pointer in c?
what is mean by Garbage collection ? Please answer me. Advance thanks.
What is return type in c?
can u give me the good and very optimised code for a car racing game?
Explain modulus operator. What are the restrictions of a modulus operator?
Write a function to find the area of a triangle whose length of three sides is given