c program for swapping two numbers without using third variable. Get link Facebook X Pinterest Email Other Apps - December 23, 2017 here, lets take an example- a=a+b a=3+5=8 b=a-b b=8-5=3 a=a-b a=8-3=5 Thus, swapping done in this way. Get link Facebook X Pinterest Email Other Apps Comments
C++ Program to print any Matter' - September 14, 2018 #include<iostream.h> #include<conio.h> void main() { clrscr(); cout<<"Hello Future Programmers.."; getch(); } In c++, "cout" is used to display output.. Read more
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
Comments
Post a Comment