Q25. Write the command to display your name.
O printf[Rahul);
O printf("Rahul"}}
O printf("Rahul");
Answers
Answered by
1
Answer:
#include(conio.h)
#include( stdio.h)
void main()
{clrscr();
printf ("rahul");
getch}
Answered by
0
Answer:
The command to display your name is
Similar questions