Showing posts with label computer engineering class in bopal-satellite-Ahmedabad. Show all posts
Showing posts with label computer engineering class in bopal-satellite-Ahmedabad. Show all posts

Saturday, September 10, 2022

Operator in C

C is a high level language and structured programming language that was originally developed by Dennis M. Ritchie to develop the UNIX operating system at Bell Labs.

 

C is very popular because of Reliability, Portability, Flexibility, Interactivity, and Modularity.

 

In C programming language operators are used to perform specific operations on variables and values during the flow of programs.

 


 

Following operators are available in C Language:

 

v  Arithmetic Operators

v  Assignment Operators

v  Comparison Operators

v  Logical Operators

v  Bitwise Operators

 

 

 

 

Operator

Description

+

It used to add two values.

-

It used to Subtracts two values.

*

It used to multiply two values.

/

It used to divide two values.

%

It used to find modulus.

++

It is used to Increases the value of a variable by 1.

--

It is used to decreases the value of a variable by 1.

 

Addition Operator

 

Example:-

 

#include <stdio.h>

void main()

{

int x = 5;

            int y = 10;

            printf("%d", x + y);

 }

Output

15

 

Subtraction Operator

 

Example:-

 

#include <stdio.h>

void main()

{

int x = 10;

            int y = 5;

            printf("%d", x - y);

 }

 

Output

5

 

 

Multiplication Operator

 

Example:-

 

#include <stdio.h>

void main()

{

int x = 10;

            int y = 5;

            printf("%d", x * y);

 }

 

Output

50

 

Division Operator

 

Example:-

#include <stdio.h>

void main()

{

int x = 10;

            int y = 5;

            printf("%d", x / y);

 }

 

Output

2

 

Modulus Operator

 

Example:-

#include <stdio.h>

void main()

{

            int x = 5;

            int y = 3;

            printf("%d", x % y);

}

 

Output

2

 

Increment Operator

 

 

Example:-

#include <stdio.h>

void main()

{

int x = 10;

            printf("%d", ++x);

}

 

Output

11

 

Decrement Operator

 

Example:-

#include <stdio.h>

void main()

{

int x = 10;

            printf("%d", --x);

}

 

Output

9

 

TCCI provides best teaching in different C programing languages through different learning method/media as per students convince.

 

For More Information:                                          

Call us @ 9825618292

Visit us @ http://tccicomputercoaching.com  

Thursday, September 8, 2022

Free Workshop on C++ at TCCI

 C++ is a general-purpose programming language.

 

C++ contains object oriented concepts which has so many advantages. It is designed in terms of System Programming and Embedded system.

 

In 1983, “C with Classes” was renamed to “C++”, adding new features that included virtual functions, function name and operator overloading, references, constants, type-safe free-store memory allocation (new/delete), improved type checking, So, We can say that c++ is an extension of C language.

 

C++ is very useful in real time situation and videogames. We also use C++ for desktop applications for performances reasons. It is used in high performance applications, embedded systems and Deployment constrained applications.




Welcome to TCCI Computer Coaching Institute

 

TCCI-TRIRID Computer Coaching Institute is focused on providing Quality education with practical sessions. Satisfaction of our student is our priority. We pride ourselves for providing proficient IT solutions. We have a highly qualificated and experienced faculties, who, not only handle teaching, but also aspire to provide the best possible solution through their technical expertise.

 

Vision: Our Vision is to earn high recognition and admiration for our teaching work in the students.

 

Mission: Our mission is to achieve our goal of becoming a distinguished computer coaching institute by applying the innovative ideas and in depth knowledge of our professionals to get the desired result.

 

TCCI is going to conduct workshop on C++.

 

Any interested person want to learn programming/coding can join this workshop.

 

Certification of participation will be provided.

Register at Rs. 100 only.

Date:- 18 September 2022                                   Venue: D-SF-204, Titanium City Centre,

       Near Sachin Tower, Anandnagar Main Road,

      Satellite, Ahmedabad – 380015

TCCI provides best teaching in various programming languages through different learning method/media as per students convince.

 

For More Information:                                          

Call us @ 9825618292

Visit us @ http://tccicomputercoaching.com