1.

Write a programme in C to display four names of students

Answer»

Answer:

#INCLUDE

#include

VOID main ()

{

CLRSCR ();

PRINTF ("ram");

printf ("sunil");

printf ("randa");

printf ("mahesh");

}



Discussion

No Comment Found