Codil
appcodiny
С.
Task 2
2
3
What is the output of the below program for gcc compiler?
#include <stdio.h>
int main()
{
int *ptri, *ptr2
ptri = malloc(4),
*ptri = 10;
*ptr2 = free (ptri);
printf("%d\n", "ptr2):
return 0;
A: 10
DO
B: it will print the address stored in ptri
O
C: it will print the address stored in ptr2
O
OD: Compiler Error
е е
8
Answers
Answered by
0
Step-by-step explanation:
5d4drcxatiat5a5iyatatw6iratjtwwo6
Answered by
0
Answer:
Hey what's this ??
I can't understand.......
Similar questions
Computer Science,
4 months ago
Geography,
4 months ago
Business Studies,
4 months ago
Math,
8 months ago
English,
8 months ago
Math,
1 year ago
Science,
1 year ago