Answer Posted / balu
array is a collection of variables with similar data type;
syntax: data type array name[size];
example: int a[5];
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When do we get logical errors?
How macro execution is faster than function ?
how can use subset in c program and give more example
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
Explain what is the benefit of using an enum rather than a #define constant?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
Is it acceptable to declare/define a variable in a c header?
what do the 'c' and 'v' in argc and argv stand for?
What is data types?
Which node is more powerful and can handle local information processing or graphics processing?
differentiate built-in functions and user – defined functions.
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What are type modifiers in c?
What is the scope of global variable in c?
How do I create a directory? How do I remove a directory (and its contents)?