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
28May/17

Passing Array to Function

May 28, 2017Carray-and-function, array-as-function-arguments, matrix-operations, passing-array-to-functionDreamMaker

Similar to normal variable, we can also pass an array to the function. There is no major difference between passing a variable and array except that we have to specify the dimensionRead More…

17Apr/17

Call by Value v/s Call by Reference

April 17, 2017Carguments-passing, call-by-reference, call-by-value, call-by-value-v/s-call-by-reference, pass-by-reference, pass-by-value, passing-argumentsDreamMaker

In my last post I discussed about “Types of Function”. In this post I will serve one important concept which is related to the function e.i Call by value v/s Call by referenceRead More…

08Apr/17

Types of Function

April 8, 2017Ccategories-of-function, function-types, types-of-function-in-cDreamMaker

If you remember, we were talking about functions since last two posts. My previous post was on “Elements of Function”. In this post we will discuss about “Types or Categories of Function”.Read More…

29Mar/17

Elements of Functions

March 29, 2017Celements-of-function, function-body, function-call, function-declaration-in-c, function-definition, function-header, functions-in-cDreamMaker

Hello everyone!. You might remember about my last post on “Introduction to Function” in which I had discussed about the what function is and what advantages it can bring. If you haven’tRead More…

26Mar/17

Introduction to Function

March 26, 2017Cc-functions, functions, functions-in-c, library-functions, udf-functionsDreamMaker

With this post we are moving on to the advance topics of C language. In this post, I am going to discuss one of the most important concept of modern programming languagesRead More…

25Mar/17

Sorting

March 25, 2017Cbubble-sort, searching-sorting, selection-sort, sorting-techniquesDreamMaker

Hello there. In my last post I you learnt about searching techniques in which I explained two most common searching techniques i.e. linear search and binary search. In this post again IRead More…

25Mar/17

Searching

March 25, 2017Cbinary-search, linear-search, searchingDreamMaker

My previous post described some useful string handling functions to deal with string data for different operations. In this post I am about to explain one of the most common and frequentlyRead More…

10Dec/16

String Functions

December 10, 2016Cfunctions, introduction-to-array, string, string-arrays, string-functions-in-c, string-handling-functionsDreamMaker

C programming language provides a rich set of string handling functions to perform different task on string easily. They are available inside string.h header file so we need to include string.h intoRead More…

27Nov/16

Arrays of String

November 27, 2016Carray, array-in-c, character-array, introduction-to-array, multi-dimesion-array, two-dimesion-array, types-of-array, what-is-arrayDreamMaker

Arrays of string can be represented using the two dimension character array. An array having two subscripts is known as two-dimension array. Two-dimensional array is a collection of rows and columns soRead More…

27Nov/16

Introduction to String

November 27, 2016Carray, array-in-c, character-array, string, two-dimesion-array, types-of-array, what-is-arrayDreamMaker

A String is an array of character. We can easily represent a string using one dimension array. Similar to an array of integer that allows storing collection of integer values, we canRead 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