Answer Posted / mukul garg
an array is a collectiom of similar data types .an array
index always stsrt from zero if the size of array is n then
it can store n elements .
int a[5]={1,2,3,4,5};
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is a sequential access file?
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
Explain how are 16- and 32-bit numbers stored?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What are disadvantages of C language.
how can use subset in c program and give more example
What is bubble sort in c?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is the use of structure padding in c?
How is a pointer variable declared?
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
How do you use a pointer to a function?
What does the characters “r” and “w” mean when writing programs that will make use of files?
How can you draw circles in C?
What is the benefit of using #define to declare a constant?