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…
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…
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 …
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…
C program to perform basic arithmetic operations which are an addition, subtraction, multiplication, and division of two numbers. Numbers are assumed …
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…
Let's talk about integers. Whole numbers less than zero are called negative integers. The integer zero is neither positive nor negative and has no sig…
Data types in c give you abilities to choose exact data type of variable for your operation. The type of a variable determines how much space it occup…
Sample C hello world program: A program that displays "Hello World" String on screen.This program I used, printf library function is used to display t…
Well ! Very worm welcome friends. Today we know how to setup Turbo C++ Compiler for windows. This tutorial gives you easy-to-follow instructions, with…