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
What does double pointer mean in c?
What is the difference between typeof(foo) and myFoo.GetType()?
Why c is called a mid level programming language?
Is void a keyword in c?
write a program for odd numbers?
How do you search data in a data file using random access method?
#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }
12 Answers Capital IQ, Sasken,
main() { printf("hello"); fork(); }
Why can't I perform arithmetic on a void* pointer?
Explain what is the difference between a free-standing and a hosted environment?
How do you construct an increment statement or decrement statement in C?
When is an interface "good"?