Answer Posted / amitpratapsingh
array is the collection of similar elements or similar data type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is the benefit of using an enum rather than a #define constant?
What are c preprocessors?
what is the diffrenet bettwen HTTP and internet protocol
What is the use of sizeof?
Explain what is meant by high-order and low-order bytes?
What are the different data types in C?
What is difference between array and structure in c?
What are loops c?
how should functions be apportioned among source files?
Can we declare a function inside a function in c?
What is structure packing in c?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What are the features of the c language?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What is the size of a union variable?