a) You cannot apply any arithmetic operand to a pointer
b) We don’t have address of an address operator
c) We have address of an address operator
d) None of the mentioned
Comment on the output of the following C code. #include <stdio.h> int main() { int a = 10; int **c -
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Comment on the output of the following C code. #include <stdio.h> int main() { int a = 10; int **c -
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!