Open in app

Sign In

Write

Sign In

ARTHEESWARI . S
ARTHEESWARI . S

6 Followers

Home

About

Sep 30, 2022

Decision Making in C

There come situations in real life when we need to make some decisions and based on these decisions, we decide what should we do next. …

2 min read

Decision Making in C
Decision Making in C

2 min read


Sep 29, 2022

INPUT AND OUTPUT FUNCTION

There are a number of I/O standard functions in c, based on the data types. The I/O function are classified into two types (a). formatted functions (b).unformatted functions. various functions of these categories are listed Types of Input and Output Functions in C In C, input refers to providing it with some information or data to be utilised…

4 min read

INPUT AND OUTPUT FUNCTION
INPUT AND OUTPUT FUNCTION

4 min read


Sep 28, 2022

Bitwise Operators in C

C supports a set of bitwise operator as listed in table . C supports six bit operators . these operators can operate only on an integer operand such as int, char, short, long int, and so on.

4 min read

Bitwise Operators in C
Bitwise Operators in C

4 min read


Sep 27, 2022

LOGICAL OPERATORS

Logical operators for performing logical operations of the given relational expressions or the variables. The logical operators in C are used for combining multiple constraints/ conditions or for complementing the evaluation of any original condition that is under consideration. Types of Logical Operators in C We have three major logical operators in the C language: Logical…

2 min read

LOGICAL OPERATORS
LOGICAL OPERATORS

2 min read


Apr 4, 2022

Assignment Operator in C

The assignment operator is used to assign the value, variable and function to another variable. Let’s discuss the various types of the assignment operators such as =, +=, -=, /=, *= and %=. Simple Assignment Operator (=): It is the operator used to assign the right side operand or variable to the left side…

2 min read

Assignment Operator in C
Assignment Operator in C

2 min read


Mar 31, 2022

Relational Operators in C

The relational operators are used to compare two of the available values to understand what relationship the pairs of values share. For example, equal to, greater than, less than, etc. Here is a list of all the relational operators used in the C language: Equal to Not equal to Less…

5 min read

Relational Operators in C
Relational Operators in C

5 min read


Mar 29, 2022

Increment and Decrement Operators:

Operators are the predefined symbols of the C library, and it is used to perform logical as well as mathematical operations to the operands. There are various types of operators in the C programming language, such as arithmetic, logical, bitwise, increment or decrement operators, etc. Increment Operator in C Increment Operators are the unary…

2 min read

Increment and Decrement Operators:
Increment and Decrement Operators:

2 min read


Mar 26, 2022

Arithmetic Operators in C

Most C programs perform calculations using the C arithmetic operators. Note the use of various special symbols not used in algebra. The asterisk(*) indicates multiplication and the percent sign(%) denotes the remainder operator, which is introduced below. C-operation Arithmetic_operator Addition + Subtraction - Multiplication * Division / Remainder % Example: C-prointf() and scanf() …

2 min read

Arithmetic Operators in C
Arithmetic Operators in C

2 min read


Mar 25, 2022

Escape Sequences

The printf() and scanf() statements follow a combination of characters of characters called as escape sequences. Escape sequence are special characters starting with ‘\’ (backslash).They are used to break the normal sequence of a computer. Notice that the characters \n were not printed on the screen. …

2 min read

Escape Sequences
Escape Sequences

2 min read


Mar 24, 2022

STRUCTURE OF A C PROGRAM

Every C program consists of a number of building blocks known as functions. Each function defined in C performs a specific task. A function is subroutine the may consist of one or more statements. A C program comprises the following different sections. A. Include header file section: C program depends…

2 min read

STRUCTURE OF A C PROGRAM
STRUCTURE OF A C PROGRAM

2 min read

ARTHEESWARI . S

ARTHEESWARI . S

6 Followers
Following
  • Aero_Shaak

    Aero_Shaak

  • Divya Divi

    Divya Divi

  • Dheebha R

    Dheebha R

  • Fathimamary

    Fathimamary

  • Nittinkirthik

    Nittinkirthik

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech