Write any two basic requirements while writing a C programming?
Answers
Answered by
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
Art,
24 days ago
Social Sciences,
24 days ago
English,
24 days ago
Math,
1 month ago
Science,
1 month ago