write a program in c++ to introduce your self
Answers
Answered by
1
Answer:
#include <stdio.h>
int main(){
printf(" My name is Rakesh \n I'm now studying IV/IV B.Tech cse")
return 0;
}
Similar questions