Overview of C Language
Compile & Run C Code
What are Variables?
C Operators (with Examples)
See all →
Armstrong Number Program
Check Number is Odd/Even
First n Prime Numbers
Reverse String using Pointer
See all Programs (100+) →
MCQs to test your C language knowledge.
Run C programs and code examples online.
C++ Datatypes and Modifiers
sizeof and typedef
sizeof
typedef
Create Class and Object
Check if Number is Positive/Negative
Half Pyramid with Numbers
Floyd's Triangle
MCQs to test your C++ language knowledge.
Run C++ programs and code examples online.
Python Installation & Setup
Concept of OOP & Class
Access Modifiers
Python Projects →
Print Colored Text in Python
Remove Numbers from String
Compare two Dates
See all How Tos (80+) →
MCQs to test your Python knowledge.
Run Python code examples in browser.
Setting Java Environment
Concept of Constructor
Running a JAR File
Serialization and Deserialization
See all Examples (80+) →
Spring Framework
Spring Boot
Spring Security
Java Library Functions
Type Conversion Examples
Java 11 Features
Basics Of Digital Components
Different type of Logic gates
Memory organization
Types of Computer Networks
Transmission Mediums
ISO/OSI model
Types of Operating System
Process Scheduling
CPU Scheduling
First come First Serve
Shortest Job First
Classical Synchronization Problem
What are Semaphores?
What are Deadlocks?
ER Model
Relational Algebra & Calculus
Types of DBMS Keys
Database Normalization
Datatypes in PL/SQL
PL/SQL Procedures
How to create Cursor?
MongoDB vs. RDBMS
Installing MongoDB
Using MongoDB with Java
Practice SQL Query in browser with sample Dataset.
SASS (Syntactically awesome style sheets) is an extension of the CSS which adds syntactic power to the basic CSS language making it easier for developers to write CSS. In simple words, it is just a CSS pre-processor, so that you can write CSS in an easy and convenient way.
Learn CSS first, using our Free CSS Course, where you learn CSS by writing code.
There are two syntaxes of SASS i.e SCSS and SASS with two different file extensions ".scss" and ".sass".
".scss"
".sass"
The sassy CSS or just SCSS is the most commonly used. The syntax of SCSS is similar to the CSS3 syntax. Hence we can say that every CSS3 stylesheet is SCSS as well.
While the SASS is the older version, one of the major differences in writing these two is the use of semicolons and brackets.