Computer Science, asked by pricellalewis, 1 month ago

Q25. Write the command to display your name.
O printf[Rahul);
O printf("Rahul"}}
O printf("Rahul");​

Answers

Answered by utsavdave2003
1

Answer:

#include(conio.h)

#include( stdio.h)

void main()

{clrscr();

printf ("rahul");

getch}

Answered by Thinkab13
0

Answer:

The command to display your name is

 \text{• printf("Rahul");}

Similar questions