Computer Science, asked by ameerbasha29, 7 months ago

what will be the output of the following code?
#include<stdio.h>
int main()
{
int main=3;
printf("%d",main);
return 0;
}​

Answers

Answered by manas112233456
0

hi guis

Explanation:

Similar questions