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
23Aug/22

NESTED STRUCTURE

August 23, 2022Cc-language, nested-structure, structure, structure-program, structure-within-structureDreamMaker

STRUCTURE INSIDE THE STRUCTURE OR NESTED STRUCTURE: Structure within structure means nesting of structure. If we declare a structure inside another structure, then it is referred to as nested structure. In anotherRead More…

24Apr/20

ARRAY OF STRUCTURE

April 24, 2020Carray-and-structure, array-of-structure, array-within-structureDreamMaker

We can create an array of structure just like we create an array of built in data type such as int, float etc. A single structure variable can store only information ofRead More…

22Apr/20

Array Within Structure

April 22, 2020Carray-in-structure, array-within-structure, c-structure, structureDreamMaker

A structure can also contain array members just like normal members such int, float We can declare an array if we need to store multiple values inside structure. Structure may include asRead More…

13Feb/18

Structure Declaration

February 13, 2018Caccessing-structure-member, c-structure, structure-declaration, structure-in-c, structure-initialization, typdefDreamMaker

In my previous post I discussed about Structure and its basic concept. In this post I will discuss  how a structure can be declared and initialized and how to deal with it.Read More…

10Feb/18

Structure in C

February 10, 2018Cc_structure, structure-declaration, structure-in-c, structure-overview, what is structure?DreamMaker

Structure: An overview Structure is one of the important concept in C programming language as it offers good functionality and ease of dealing with large data. In this post we are goingRead More…

13Jan/18

Math Functions

January 13, 2018Cabs, c-functions, floor, library-functions-in-c, math-function-in-c, pow, round, sqrtDreamMaker

Hello friends! We often encounter problems related to maths and to deal with it is such a cumbersome task but thankfully not in C programming language as it offers rich set ofRead More…

25Dec/17

Conversion Functions

December 25, 2017Cbasic-to-class-type, c_history, character-functions, conversion-function, ctype, daisy-chain, isalpha, isnum, library-functions-in-c, string-functions, toupperDreamMaker

C Programming language offers rich set of conversion functions to meet our need. In my last post, we had discussed about some of basic I/O functions. In this post, we will learnRead More…

26Nov/17

I/O Functions

November 26, 2017Cgetch, getchar, i/o-functions, input-output-functions, library-functions, library-functions-in-c, putcharDreamMaker

C programming language provides a rich set of Input-Output (I/O) functions to make the I/O operations easily. They are available inside stdio.h header file so we need to include stdio.h into ourRead More…

12Aug/17

Recursion

August 12, 2017Cc-functions, recursion, recursion v/s iteration, recursive-function, types-of-function-in-cDreamMaker

The basic definition of a recursive function can be given as below: A function that calls itself is known as recursive function and the process in which a function calls itself isRead More…

28May/17

Matrix Operations

May 28, 2017Carray-as-function-arguments, matrix-multiplication, matrix-operations, operations-on-matrixDreamMaker

The following program demonstrates how 2D-array can be used as a function argument. The below program performs basic matrix operations such as matrix addition, multiplication, transpose of a matrix etc. /* ProgramRead More…

Posts navigation

  • 1
  • 2
  • 3
  • …
  • 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