Computer Science, asked by deepakwwss416, 2 months ago

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 gulabraut1669
0

Answer:

i dont no what is the answer

Explanation:

Answered by abhishekpandit0501
0

Answer:

their will be no output your input is wrong

Similar questions