Computer Science, asked by parthana08, 1 month ago

Write any two basic requirements while writing a C programming?​

Answers

Answered by bairagiparida420
0

Answer

C basic commands

1=include <stdio.h>

and

2=int main()

Explanation

1=This is a preprocessor command that includes standard input output header file(stdio.h) from the C library before compiling a C program

2=This is the main function from where execution of any C program begins

I KNOW THIS MUCH

HOPE ITS HELP YOU MARK AS BRAINLIST

Similar questions