Single Choice
Not Set
QWhich of the following is correct way to define the function fun() in the below program?
#include
void main()
{
int a[3][4];
fun(a);
}
ID: #1430
Array in C Language
734 views
Question Info
#1430Q ID
Not SetDifficulty
Array in C LanguageTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
void fun(int p[][4]){}
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic