is it possible to create your own header files?
No Answer is Posted For this Question
Be the First to Post Answer
Why is c called c?
Why is %d used in c?
What is the relation between # and include<stdio.h>
What are enums in c?
Is it better to bitshift a value than to multiply by 2?
What are the various types of control structures in programming?
Can static variables be declared in a header file?
what will be the output: main(){char ch;int a=10;printf("%d",ch);}
36 Answers Accenture, TCS, Wipro,
write a program which counts a product of array elements lower than 10.
What is the difference between abs() and fabs() functions?
What is the difference between static and global variables?
explain how do you use macro?