Computer Science, asked by sakthichinna095, 1 month ago


What will be the output?
#include <stdio.h>int main(){int
main = 5;printf("%d",
main);return 0;} *
O compile-time error
O run-time error
O run without any error and prints 5
O experience infinite looping​

Answers

Answered by sridevi21082003
1

Answer:

5

Explanation:

it runs without any error and prints 5

Similar questions