Skip to content

Tech Blog

  • Home
  • How To
  • Programming
    • Laravel
    • CodeIgniter
    • Visual Basic .Net
    • C / C++ Language
    • Projects
  • Linux
  • About TechNHIT
Using Arrays C Language with Example C / C++
21 Aug 2016

Using Arrays C Language with Example

In a single sentence, an Array is a container of the homogeneous data type. that can store a fixed-size sequential collection of elements of the same …
Read More
Nested Loop with example C Language C / C++
15 Aug 2016

Nested Loop with example C Language

When loop inside a loop is called nested loop. Working procedure of nested loop is that the first pass of the outer loop triggers the inner loop, whic…
Read More
Program using While Loop C / C++
11 Aug 2016

Program using While Loop

Unlike most of the computer programming languages, a while loop is a control flow statement that allows code to be executed repeatedly based on a give…
Read More
Example Program Using ‘for’ Loop C / C++
22 Jul 2016

Example Program Using ‘for’ Loop

Unlike any programming, language loops play a very important role in C or C++ . Here is some example program using for loop. (more…)…
Read More
Iteration Statements (Frequently Called Loops) C / C++
10 Jul 2016

Iteration Statements (Frequently Called Loops)

Well, friends today we discuss about loops in C /C++. Iteration statements (Loops) allow a set of instruction to be executed repeatedly until a certai…
Read More
Selection Statements (If, Switch) for Flow Control C / C++
2 Jul 2016

Selection Statements (If, Switch) for Flow Control

C/C++ supports two types of selection statements: if and switch. In addition, the ? operator is an alternative to if in certain circumstances for flow…
Read More
Find GCD and LCM Using C Program C / C++
12 Jun 2016

Find GCD and LCM Using C Program

GCD: The greatest common divisor (GCD), which is also known as the greatest common factor (GCF), of two or more integers, is the largest integer that …
Read More
C program to check odd or even and check any integer that divisible by another integer value C / C++
11 Jun 2016

C program to check odd or even and check any integer that divisible by another integer value

C program to check odd or even: In childhood As you have studied in mathematics that in decimal number system even numbers are divisible by 2 while od…
Read More
C program to perform basic arithmetic addition, subtraction, multiplication and division C / C++
4 Jun 2016

C program to perform basic arithmetic addition, subtraction, multiplication and division

C program to perform basic arithmetic operations which are an addition, subtraction, multiplication, and division of two numbers. Numbers are assumed …
Read More
Print sum of two or more number C / C++
31 May 2016

Print sum of two or more number

Write a c program that takes two or more numbers from the user then print the sum of these number. This c language program performs the basic arithmet…
Read More

Posts navigation

< 1 … 5 6 7 8 >

Recent Posts

  • Installing and Configuring OpenShift: A Step-by-Step Guide for Linux Experts with Terminal Code
  • Sed Command in Linux with Practical Examples
  • Rsync Command uses with examples
  • How to Install WordPress with Nginx on Ubuntu 22.04
  • Install React JS on Ubuntu 22.04 LTS

Categories

  • C / C++
  • CodeIgniter
  • How To
  • Laravel
  • Linux
  • Projects
  • Uncategorized
Ad

CodeIgniter Tutorial

  • Setup CodeIgniter
  • CodeIgniter Application Architecture
  • MVC Concept with Basics of CodeIgniter
  • CodeIgniter Basic Configuration Using Auto load
  • CodeIgniter Database Configuration
  • CodeIgniter Base URL Configuration
  • CodeIgniter – Remove Index php from URL
  • CodeIgniter Route Configuration
  • CodeIgniter library
  • CodeIgniter Creating Extending Replacing Libraries
  • CodeIgniter Form Helper
Ad

Learn Laravel

  • Install Laravel php Framework on Ubuntu 16.04
Powered by WordPress
Theme by Simple Days
Technology for Mankind
©2025  Tech Blog

Search Here