C Programming
What is the maximum number of dimensions an array in C may have?

8
Theoratically no limit. The only practical limits are memory size and compilers.
50
2
20

ANSWER DOWNLOAD EXAMIANS APP

C Programming
What is function?

All of these
Function is the fundamental modular unit. A function is usually designed to perform a specific task.
Function is a block of statements that perform some specific task.
Function is a block of code that performs a specific task. It has a name and it is reusable.

ANSWER DOWNLOAD EXAMIANS APP