Computer Science, asked by omkarvaity, 11 months ago

(easy) code a C++ program for displaying name and roll no./class. I want it for the cover page of journal. I'll mark brainiliest, I just don't want something similar to "hello world"​

Answers

Answered by indiragummuluri
1

Answer:

#include<stdio.h>

#include<conio.h>

voidmain( )

{

clrscr (. ) ;

printf("name") ;

printf("roll no. /class") ;

}

Similar questions