#include <stdio.h>
int main(){
int i = 3;
int *j;
int ***;
j = &i;
k = &j;
printf("%u%u%u",i,j,k);
return 0;
Answers
Answered by
0
Answer:
in this program error will be generate
Similar questions
Social Sciences,
6 months ago
Science,
6 months ago
Computer Science,
6 months ago
Biology,
1 year ago
Physics,
1 year ago
Math,
1 year ago