Computer Science, asked by shreetambabu, 9 months ago

on 15
What will be output of the following program?
t answered
1 out of 1.00
ng question
#include<stdio.h>
#include<string.h>
int main()
register a = 25;
int far *p:
p=&a
printf("%d"
return 0;
Select one:
Compilation error
25
08
None of these​

Answers

Answered by kamal243
0

Answer:

I don't know about this question

Similar questions