If-Else Examples in C

         Example : Write a program in c to check whether the voter is eligible to vote or not. Example : Write a program in C to print when the condition is true(1) or false(0). Example : Write a program in C to check & print whether Read more…

Loading

Basic Examples in C

       Example : Simple C Program Typical Template. Example : Write a program in C to print a message in a different format. Example : Write a program in C to print a message in another different format. Example : Write a program in C to display the addition result of two numbers. Example : Write a program Read more…

Loading

CSS Theory

History CSS was first proposed by Hakon Wium Lie on October 10, 1994. At the time, Lie was working with Tim Berners-Lee at CERN. CSS3 is the latest version of CSS. Introduction CSS stands for Cascading Style Sheets. CSS uses editor application such as notepad to write its code and any web browser to run it. Read more…

Loading