Which of the following is correct way to define the function fun() in the below program?
#include void main() { int a[3][4]; fun(a); }
A.void fun(int p[][4]){}
B.void fun(int *p[4]){}
C.void fun(int *p[][4]){}
D.void fun(int *p[3][4]){}
Answers
Answered by
1
______✨ HEY MATE ✨_____
➡️ Option (b) is the right answer ✔️
✌✌Hope it's help u ✌✌
➡️ Option (b) is the right answer ✔️
✌✌Hope it's help u ✌✌
Answered by
0
Hello mate
here's your answer
¤¤¤¤¤¤¤¤¤¤¤¤
Option B✔✔
¤¤¤¤¤¤¤¤¤¤¤¤
Hope it helps you
here's your answer
¤¤¤¤¤¤¤¤¤¤¤¤
Option B✔✔
¤¤¤¤¤¤¤¤¤¤¤¤
Hope it helps you
Similar questions
Math,
7 months ago
Hindi,
7 months ago
English,
7 months ago
Computer Science,
1 year ago
Computer Science,
1 year ago
Math,
1 year ago