Page 1 of 1

Comment on the output of the following C code. #include <stdio.h> int main() { int a = 10; int **c -

Posted: Wed Jul 13, 2022 7:54 pm
by answerhappygod
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