C Write a Program To Display Your Name ? SumitPosted on February 14, 2021 #include<stdio.h> #include<conio.h> void main(){ Printf(“My Name Is Tech “); getch(); } Read More