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

What are the different properties of variable number of arguments?

0 Answers  


How do you use a 'Local Block'?

0 Answers   Ericsson,


What are the two forms of #include directive?

0 Answers   Aspire, Infogain,


how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...

1 Answers   Infosys,


Explain 'bit masking'?

0 Answers   EXL,






What is a loop?

0 Answers  


Which of the Following will define a type NODE that is a node in a Linked list? A)struct node {NODE*next;int x;};type def struct node NODE; B)typedef struct NODE {struct NODE *next;int x;}; C)typedef struct NODE {NODE *next;int x;}; D)typedef struct {NODE *next;int x;}NODE;

5 Answers   Accenture, TCS,


Write a program to print numbers from 1 to 100 without using loop in c?

0 Answers  


What are valid signatures for the Main function?

0 Answers  


Is it better to use malloc() or calloc()?

0 Answers   Aspire, Infogain,


hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel

0 Answers  


Is boolean a datatype in c?

0 Answers  


Categories