Choose correct option(2-marks)
What will be the output of the program?
#include<stdio.h>
#include<stdlib.h>
int maino
{
int *p;
p= (int *)malloc(20); /* Assume p has address of 1314 *
free(p);
printf("%u", p);
return 0;
Answers
Answered by
0
Answer:
i dont no what is the answer
Explanation:
Answered by
0
Answer:
their will be no output your input is wrong
Similar questions