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

Can anyone help me with this please? Need to print the below values.. Thanks 1 1 2 1 2 3 1 2 3 4

3 Answers  


What is int main () in c?

0 Answers  


pgm to find middle element of linklist(in efficent manner)

4 Answers   Huawei,


study the code: #include<stdio.h> void main() { const int a=100; int *p; p=&a; (*p)++; printf("a=%dn(*p)=%dn",a,*p); } What is printed? A)100,101 B)100,100 C)101,101 D)None of the above

15 Answers   Accenture, TCS,


How to implement call back functions ?

3 Answers   HP,






c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above

0 Answers  


how to make program without <> in libray.

0 Answers  


wat is the output int main() { char s1[]="Hello"; char s2[]="Hello"; if(s1==s2) printf("Same"); else printf("Diff"); }

3 Answers  


what is the difference between class and unio?

0 Answers   HCL, Wipro,


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

0 Answers  


Which header file is used for clrscr?

0 Answers  


what is the difference between <stdio.h> and "stdio.h"

14 Answers   Invendis, Kanbay, Mastek, MathWorks,


Categories