Computer Science, asked by harshasinni888, 10 months ago

write a program in c++ to introduce your self ​

Answers

Answered by rakeshchennupati143
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