Computer Science, asked by oknishantsharma6661, 1 year ago

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 Neeraj723
1
______✨ HEY MATE ✨_____

➡️ Option (b) is the right answer ✔️

✌✌Hope it's help u ✌✌
Answered by afruja70
0
Hello mate

here's your answer

¤¤¤¤¤¤¤¤¤¤¤¤

Option B✔✔

¤¤¤¤¤¤¤¤¤¤¤¤

Hope it helps you
Similar questions