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
convert 12345 to 54321 withoutusing strig
WHAT IS C?
Implement bit Array in C.
Is printf a keyword?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
how can u print a message without using any library function in c
what is void pointer?
Explain what are the different data types in c?
Explain how do you search data in a data file using random access method?
To find whether a number is even or odd without using any conditional operator??
12 Answers College School Exams Tests, IBM,
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }
How can I invoke another program or command and trap its output?