A collection of functions,calls,subroutines or other data

a) library

b) header files

c) set of files

d) textfiles


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Name the language in which the compiler of "c" in written?

3 Answers   Bajaj,


what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)

0 Answers  


Why main function is special give two reasons?

0 Answers  


in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures

0 Answers  


main() { struct s1 { char *str; struct s1 *ptr; }; static struct s1 arr[] = { {"Hyderabad",arr+1}, {"Bangalore",arr+2}, {"Delhi",arr} }; struct s1 *p[3]; int i; < BR> for(i=0;i<=2;i++) p[i] = arr[i].ptr; printf("%s ",(*p)->str); printf("%s ",(++*p)->str); printf("%s ",((*p)++)->str); }

0 Answers   Wilco,


Give me the code of in-order recursive and non-recursive.

0 Answers   DELL,


What does sizeof int return?

0 Answers  


What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings

6 Answers  


What is spark map function?

0 Answers  


How would you write qsort?

1 Answers  


Should I learn data structures in c or python?

0 Answers  


Explain union.

0 Answers  


Categories