(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
1
Answer:
#include<stdio.h>
#include<conio.h>
voidmain( )
{
clrscr (. ) ;
printf("name") ;
printf("roll no. /class") ;
}
Similar questions