C
Programming and Technical
Programming
Program
In C, if you pass an array as an argument to a function, what actually gets passed?
Options
1) Value of elements in array
2) First element of the array
3) Base address of the array
4) Address of the last element of array
Read Solution (Total 21)
-
- 3 base address
- 9 years agoHelpfull: Yes(4) No(0)
- 3) Base address of the array
- 9 years agoHelpfull: Yes(2) No(1)
- 3. Base address of array
- 9 years agoHelpfull: Yes(2) No(0)
- 3-) Base address of the array
- 8 years agoHelpfull: Yes(2) No(0)
- 3.base address of the array
- 8 years agoHelpfull: Yes(1) No(0)
- 3. Base address of array
- 8 years agoHelpfull: Yes(1) No(0)
- Answer: (3)
Base address of the array is passed as argument
- 8 years agoHelpfull: Yes(1) No(0)
- 3.base address of the array
- 8 years agoHelpfull: Yes(1) No(0)
- base address of the array will be passed so option 3
- 8 years agoHelpfull: Yes(1) No(0)
- 3) Base address of the array
- 6 years agoHelpfull: Yes(1) No(0)
- 1. Value of argument.
- 9 years agoHelpfull: Yes(0) No(1)
- 1 vlaues only pass into function even though we are passing arguments means we providing address
- 8 years agoHelpfull: Yes(0) No(1)
- Base address becoz we can access all elements through its base address
- 8 years agoHelpfull: Yes(0) No(0)
- 3.base address
- 7 years agoHelpfull: Yes(0) No(0)
- 3)the base address of the array is passed if we pass an array as an argument.
- 6 years agoHelpfull: Yes(0) No(0)
- base address of the array
- 5 years agoHelpfull: Yes(0) No(0)
- 3) base address of the array
- 5 years agoHelpfull: Yes(0) No(0)
- option 3:-Base address of the array
- 5 years agoHelpfull: Yes(0) No(0)
- Base address of the array
- 5 years agoHelpfull: Yes(0) No(0)
- The answer is 3-Base address of the array
The Base address of the array gets passed if you pass the name of an array as an argument to a function.
Thank You..! - 4 years agoHelpfull: Yes(0) No(0)
- Base address of array
- 4 years agoHelpfull: Yes(0) No(0)
C Other Question