• Call Us: +91 9437911966
  • Email Us: info@studentstutorial.com
  • Home
  • C Examples
  • Server Side
    • PHP
    • Java
    • CodeIgniter
    • Laravel
    • JSP
    • JDBC
  • Frontend
    • HTML
    • CSS
    • Javascript
    • jQuery
    • AJAX
    • FPDF
    • TCPDF
  • APP & DB
    • Android
    • Cordova
    • SQL
    • Oracle
  • Project
C Tutorial C Introduction C Characteristic C Comments C Operator C Assign Operator C Arithmetic Oper.. C Logical Operator C Modulus Operator C Variable C Initialise Variable C Print F C Translators C Programming C Control Flow C If Else Statement C Nested If Else C Loops C While Loops C For Loops C Do While C Nested Loops

C Operator

  • Students Tutorial
  • 08 jun 2020
   

It is a special kind of symbol which perform a particular task.

In C programming Lang. we are having 44 operators and depends no.of operands this operators are classified into 3 types.

  • Unary operator
  • Binary operator
  • Ternary operator

When we are working with unary operator it require only one argument or operand .

Binary takes 2 operand and ternary is required 3 operands.

When we are evaluating any expression what input data we are passing it is called operand, which symbol we are using it is called operator.

  • Difficult to debug.
  • C is a very vast language, but it does not support the concept of OOPs
  • C allows a lot of freedom in writing code, and that is why you can put an empty line or white space anywhere in the program. And because there is no fixed place to start or end the line, so it is difficult to read and understand the program.
  • C compilers can only identify errors and are incapable of handling exceptions (run-time errors).
  • C provides no data protection.
  • It also doesn't feature reusability of source code extensively.
  • C does not have any constructor or destructor.
  • It does not provide strict data type checking (for example an integer value can be passed for floating data type).

Advantages :

  1. Easy to learn
  2. C language is a building block for many other currently known languages.
  3. Built-in functions
  4. Quality to extend itself
  5. Middle-level language
  6. It can be compiled on a variety of computer platforms
Student Tutorial is a online tutorial for web design and development. Here you can find easy example and explanation for each tutorial.
Copyright © 2016-2025 Student Tutorial

Server Side

  • PHP
  • Java
  • CodeIgniter
  • Laravel
  • JSP
  • JDBC

Frontend

  • HTML
  • CSS
  • Javascript
  • jQuery
  • AJAX
  • FPDF

App & Database

  • Android
  • Cordova
  • SQL
  • Oracle