A text file that contains declarations used by a group of functions,programs,or users
a) executable file
b) header file
c) obj file
d) .cfile
No Answer is Posted For this Question
Be the First to Post Answer
implement general tree using link list
Do you know the difference between malloc() and calloc() function?
Why #include is used in c language?
what is op? for(c=0;c=1000;c++) printf("%c",c);
Write a program of advanced Fibonacci series.
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
Find MAXIMUM of three distinct integers using a single C statement
what do u mean by Direct access files? then can u explain about Direct Access Files?
How to convert decimal to binary in C using recursion??
What is the full form of getch?
Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?
Tell me with an example the self-referential structure?