write an c program to accepct your name and print your name
Answers
Answered by
1
Answer:
4) Run your program by pressing ctrl+f9 (Turbo c++ user).
Print your Name using C Program.
getch( ): Usually getch() (getch function) is used to read a character from screen. ...
clrscr( ): ...
Printing Name Using C Language. ...
Results. ...
#include<stdio.h> : ...
Main Function main( ) : ...
Print Function printf( ) :
please mark me as brainliest
Similar questions