Podcast
Questions and Answers
Which symbol is used to show that a data element is an array in C?
Which symbol is used to show that a data element is an array in C?
What is the syntax to declare and create an array in C?
What is the syntax to declare and create an array in C?
In C, from which index do the indices of arrays start?
In C, from which index do the indices of arrays start?
What is the correct way to initialize an array of 4 integers: 43, -9, 19, 33 in C?
What is the correct way to initialize an array of 4 integers: 43, -9, 19, 33 in C?
Signup and view all the answers
What is the statement to initialize all elements of an array of size 10 to 0 in C?
What is the statement to initialize all elements of an array of size 10 to 0 in C?
Signup and view all the answers