What are the characteristics of arrays in c?
No Answer is Posted For this Question
Be the First to Post Answer
What are derived data types in c?
What is the advantage of c?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
which one low Priority in c? a)=,b)++,c)==,d)+
how we can make 3d venturing graphics on outer interface
Why is C called a middle-level language?
code for find determinent of amatrix
while initialization of array why we use a[][2] why not a[2][]...?
what's the o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }
What is the difference function call by value & function call by reference?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
How can I increase the allowable number of simultaneously open files?