c program to find multiplication of same number Get link Facebook X Pinterest Email Other Apps - October 11, 2017 #include<stdio.h> #include<conio.h> void main() { int n,m; clrscr(); printf("enter any number="); scanf("%d",&n); m=n*n; printf("Product="); printf("%d",m); getch(); } Get link Facebook X Pinterest Email Other Apps Comments
Change Background color of HTML file - May 05, 2021 <html> <head> <title> background color </title> </head> <body bgcolor="coral"> <h1> Hello There </h1> </body> </html> My Youtube Channel Read more
Learn How to insert image in your HTML webpage - May 02, 2021 This is video shows how to use "src" tag with various other attributes To view Program , Visit my youtube Channel---> Click Here Read more
Comments
Post a Comment