to display
the text "\BOARD EXAM 2021\"
Answers
Answered by
0
Answer
C program to display "BOARD EXAM 2021"
#include<stdio.h>
void main()
{
clrscr();
printf( "BOARD EXAM 2021 " );
getch();
}
OUTPUT
BOARD EXAM 2021
Attachments:
Similar questions
Computer Science,
1 month ago
Math,
1 month ago
Computer Science,
1 month ago
Math,
2 months ago
Social Sciences,
2 months ago
Chemistry,
9 months ago
Science,
9 months ago