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
write a c program to find the sum of five entered numbers using an array named number
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 Answers HCL, Infosys, Microsoft,
Is r written in c?
How can I convert integers to binary or hexadecimal?
how to swap four numbers without using fifth variable?
Why is void main used?
what are the compilation steps? ( i want inside the compiler )
create an SINGLE LINKED LISTS and reverse the data in the lists completely
What is #line?
main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }
If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???
How can you find out how much memory is available?