Module 6 of 15
Operators perform operations on variables. Types include arithmetic, relational, logical, assignment, and bitwise operators.
Operators variables पर operations करते हैं। प्रकार हैं arithmetic, relational, logical और assignment operators।
#include <stdio.h>
int main() {
printf("Welcome to Operators");
return 0;
}