Mail us : hexainclude@gmail.com
Hexainclude

Menu

Skip to content
  • HOME
  • C/C++
    • C
    • C++
  • OS
  • RDBMS
  • JAVA
  • PHP
  • WORDPRESS
  • DOWNLOAD
    • eBOOKS

C

Hexainclude > C
29Oct/16

Else…If ladder

October 29, 2016Celse-if-ladder, if-elseDreamMaker

When we have multiple options available or we need to take multiple decisions based on available condition, we can use another form of if statement called else…if ladder. In else…if ladder eachRead More…

22Oct/16

If…else statement

October 22, 2016Cconditional-statements, if-else, if-statementDreamMaker

If …else statement is an extension of simple if statement. When we have two different path to follow,then simple if statement cannot be useful because if provides a single path to follow.Read More…

20Oct/16

Decision making statements

October 20, 2016Celse-if-ladder, if, if-elseDreamMaker

Normally in c programming language statement are execute in a sequenced manner. Sometime we need to execute some statement based on some specific condition. Depending on the condition either we have toRead More…

05Oct/16

Operators

October 5, 2016CoperatorsDreamMaker

An operator is a special symbol that tells the compiler to perform some task. C- Language provides large number of In-build operators. An operator operates on operands. Operators can be dividing intoRead More…

09Sep/16

Compilation and Linking Of C Program

September 9, 2016Cc-compilaion, linking-of-c-programDreamMaker

Linking of C program includes the following steps: Create a C-Program source file using any standard editor such as Turbo C or Turbo C++. Compile source file using C compiler. Modify programRead More…

31Aug/16

C-Token

August 31, 2016Cc-token, constant, identifier, operatorDreamMaker

Every C-Program statement contains C-token. A token is a smallest unit in C-programing language. They are the building blocks of the program. C-token can be divided into the following categories. [1] Keyword Read More…

08Jun/16

Basic Data Types

June 8, 2016Cc_datatypes, datatypes, identifier-rules, naming-convention-rulesDreamMaker

A data type specify type of the data type Data types are require storing different type of value for operation purpose. C- Language has the following basic data types. [1] int (Integer):Read More…

08Jun/16

Structure of C Program

June 8, 2016Cc-program-structure, structure_of_cDreamMaker

Every C program follows block structure. It is written as a collection of function also known as sub-routine. The basic structure of a C program is as follow: [1] Documentation Section: ThisRead More…

08Jun/16

C- Character sets

June 8, 2016Cc_character_setDreamMaker

C – Language includes the following character set. [1] Alphabets: a to z lower case A to Z upper case. [2] Digits:Digits from 0 to 9 [3] Special characters: Special Characters MeaningRead More…

08Jun/16

History of C

June 8, 2016Cc_history, history_of_cDreamMaker

A computer programming started in 1960 with the language ALGOL. The concept of block structure programming was derived from the ALGOL language. It was developed by International Group in 1960. In 1967Read More…

Posts navigation

  • « Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next »
Download Android App

Recent Posts

  • NESTED STRUCTURE
  • ARRAY OF STRUCTURE
  • Array Within Structure
  • SSTF Scheduling
  • FCFS Scheduling

All Posts

  • What is Algorithm?
  • Flowchart
  • Types of programming languages
  • Interpreter and Compiler
  • History of C
  • C- Character sets
  • Structure of C Program
  • Basic Data Types
  • C-Token
  • Compilation and Linking Of C Program
  • Operators
  • Decision making statements
  • If…else statement
  • Else…If ladder
  • Nested if statement
  • Switch Statement
  • Goto Statement
  • Looping Structures
  • Entry Control Loop
  • Exit Control Loop
  • Break, Continue and Exit
  • Introduction to Array
  • Two-Dimension Array
  • Multi-Dimension Array
  • Introduction to String
  • Arrays of String
  • String Functions
  • Searching
  • Sorting
  • Introduction to Function
  • Elements of Functions
  • Types of Function
  • Call by Value v/s Call by Reference
  • Passing Array to Function
  • Matrix Operations
  • Recursion
  • I/O Functions
  • Conversion Functions
  • Math Functions
  • Structure in C
  • Structure Declaration
  • Array Within Structure
  • ARRAY OF STRUCTURE
  • NESTED STRUCTURE
Copyright © Hexainclude
Developed by Hexainclude
  • TIPS &TRICKS
  • QUIZ
  • CONTACT US