Write a C program to print your name,your school name. Mehedi May 27, 2018 C #include <stdio.h> int main() { printf("NAME: Mehedi Hasan Zihad\n"); printf("School: Mohini Mohan Viddayapith\n"); return 0; } Share this Share on FacebookTweet on TwitterPlus on Google+
3 comments
thanks for this blog
its a good programme maybe i should try that to.......
Thank you.