?
Comment on the output of the following C code.
Comment on the output of the following C code.
#include <stdio.h>
int main()
{
int a = 10;
int **c -= &&a;
}
#include <stdio.h>
int main()
{
int a = 10;
int **c -= &&a;
}
Join the Discussion
Login to post a comment or share your explanation.
Login