Posts

Topic: c

c

A program to explain MATH HANDLING FUNCTIONS

November 17, 2022
c

A program to explain RANDOM ACCESS FILES

November 17, 2022
c

A program to create student FILE

November 17, 2022
c

A program to write integers in a file

November 17, 2022
c

A program to copy one file to another

November 17, 2022
c

A program to create a file, perform READ & WRITE operations on it

November 17, 2022
c

A program to explain BUBBLE SORT using pointers

November 17, 2022
c

A program to explain memory allocation

November 17, 2022
c

A program to explain POINTERS to POINTERS

November 16, 2022
c

A program to explain POINTERS to STRINGS

November 16, 2022
c

A program to explain FUNCTION with RETURN TYPE POINTERS

November 14, 2022
c

A program to explain pointers to functions

November 14, 2022
c

A program to explain POINTERS to STRUCTURE

November 14, 2022
c

A program to explain functions using pointers

November 14, 2022
c

A program to explain ARRAY OF POINTERS

November 13, 2022
c

A program to search an element in an array using pointers

November 13, 2022
c

A program to read radius and calculate circumference of a circle

November 13, 2022
c

A program to read radius and calculate area

November 12, 2022
c

A program to find maximum from an array using pointers

November 12, 2022
c

A program to explain POINTER with single dimensional array

November 11, 2022
c

A program to declare a POINTER and to explain the initialization of pointer

November 11, 2022
c

A program to explain NESTED MACROS

November 11, 2022
c

A program to explain macros with ARGUMENTS

November 11, 2022
c

A program to explain SIMPLE MACROS

November 11, 2022
c

A program to explain UNIONS

November 10, 2022
c

A program to pass a structure to a function as a parameter and return the structure from the function

November 10, 2022
c

A program to explain ARRAY of structures

November 9, 2022
c

A program to explain initialization of structures

November 9, 2022
c

A program to explain NESTED STRUCTURE

November 8, 2022
c

A program to copy one structure into another structure

November 8, 2022
c

A program to explain how to use a struct

November 7, 2022
c

A program to declare a structure and access its elements

November 7, 2022
c

A program to find out GCD of two numbers using RECURSION

November 6, 2022
c

A program to print FIBONACCI series using RECURSION

November 6, 2022
c

A program to find factorial of a number using RECURSION

November 5, 2022
c

A program to explain how to pass a string to a function

November 5, 2022
c

A program to explain CALL BY REFERENCE (address)

November 5, 2022
c

A program to explain CALL BY VALUE

November 5, 2022
c

A program to add two dimensional matrices using functions

November 4, 2022
c

A program to pass two dimensional array to a function

November 4, 2022
c

A program to explain LINEAR SEARCH using FUNCTIONS

November 3, 2022
c

A program to explain FUNCTION WITH ARGUMENTS and RETURN VALUES

November 3, 2022
c

A program to explain FUNCTION WITHOUT ARGUMENTS and WITH RETURN VALUES

November 3, 2022
c

A program to explain FUNCTION WITH ARGUMENTS and WITHOUT RETURN VALUES

November 2, 2022
c

A program to explain FUNCTION WITHOUT ARGUMENTS and WITHOUT RETURN VALUES

November 2, 2022
c

A program to explain FUNCTION PROTOTYPE

November 1, 2022
c

A program to print table of strings

November 1, 2022
c

A program to explain string manipulations - Part 2

November 1, 2022
c

A program to explain string manipulations - Part 1

October 31, 2022
c

A program to read a string and print it using gets and puts

October 31, 2022
c

A program to compare two strings without using library function

October 30, 2022
c

A program to concatenate two strings and print the resultant string without using library function

October 30, 2022
c

A program to copy one string into another string without using library function

October 29, 2022
c

A program to find the length of a string without using library function

October 29, 2022
c

A program to read a STRING and print it

October 28, 2022
c

A program to find the product of two matrices and print the resultant matrix

October 28, 2022
c

A program to add and subtract two matrices and print resultant matrices

October 26, 2022
c

A program to explain find transpose of matrix

October 26, 2022
c

A program to find the maximum element of a matrix

October 25, 2022
c

A program to search an element in the matrix

October 25, 2022
c

A program to print the upper triangle and lower triangle of a matrix

October 25, 2022
c

A program to find trace of a matrix

October 24, 2022
c

A program to declare two-dimensional array and read the elements into array

October 24, 2022
c

A program to swap two single dimensional arrays

October 24, 2022
c

A program to append two single dimensional arrays

October 24, 2022
c

A program to copy single dimensional array into another

October 23, 2022
c

A program to merge two single dimensional arrays into another array

October 23, 2022
c

A program to search an element from a single dimensional array (LINEAR SEARCH)

October 22, 2022
c

A program to find the sum of array elements

October 22, 2022
c

A program to declare a single dimensional array

October 21, 2022
c

A program to initialize a single dimensional array

October 21, 2022
c

A program to print the format - stars/asterisks pyramid

October 20, 2022
c

A program to explain GOTO

October 20, 2022
c

A program to print the format - right aligned column numbers triangle

October 19, 2022
c

A program to print the format - column numbers pyramid

October 19, 2022
c

A program to print the format - inverted column numbers triangle

October 18, 2022
c

A program to print the format - inverted row numbers triangle

October 18, 2022
c

A program to print the format - right angled star triangle

October 17, 2022
c

A program to print PRIME numbers below 100

October 17, 2022
c

A program to explain unconditional statement CONTINUE

October 11, 2022
c

A program to explain unconditional statement BREAK

October 11, 2022
c

A program to find the sum of even numbers and the sum of odd numbers below 1000

October 10, 2022
c

A program to print natural numbers between 1 and 10 in reverse order

October 10, 2022
c

A program to print numbers between 1 and 10 (explain FOR)

October 9, 2022
c

A program to find and print REVERSE of a given number

October 9, 2022
c

A program to find and print sum of individual digits of a given number

October 4, 2022
c

A program to find factorial value for numbers between 1 and 10

October 4, 2022
c

A program to find the FACTORIAL value of a given number (DO WHILE)

September 30, 2022
c

A program to find the sum of "n" natural numbers (WHILE)

September 30, 2022
c

A program to find Palindrome numbers below given number

September 27, 2022
c

A program to find whether given number is PALINDROME (or) NOT

September 27, 2022
c

A program to find Armstrong numbers below given number

September 26, 2022
c

A program to find whether given number is an ARMSTRONG number

September 26, 2022
c

A program to explain WHILE

September 26, 2022
c

A program to explain DO WHILE

September 25, 2022
c

A program to explain SWITCH CASE, which has CASE blocks without statements

September 25, 2022
c

A program to explain SWITCH CASE DEFAULT with break

September 24, 2022
c

A program to explain SWITCH-CASE-DEFAULT, without using break

September 24, 2022
c

A program to calculate electricity bill by reading units consumed

September 22, 2022
c

A program to explain IF ELSE IF ladder

September 22, 2022
c

A program to find largest among three numbers

September 21, 2022
c

A program to calculate HRA and DA from Basic Salary

September 21, 2022
c

A program to find maximum of two numbers using IF ELSE

September 20, 2022
c

A program to explain COMPOUND IF

September 20, 2022
c

A program to explain SIMPLE IF

September 19, 2022
c

A program to explain logical operators

September 19, 2022
c

A program to explain relational operators

September 18, 2022
c

A program to explain comma operator

September 18, 2022
c

A program to explain shorthand operators

September 18, 2022
c

A program to explain bitwise operators

September 17, 2022
c

A program to explain increment and decrement operators

September 16, 2022
c

A program to explain sizeof operator

September 16, 2022
c

A program to explain conditional operator

September 14, 2022
c

A program to read integer and print it in decimal, octal, and hexadecimal form.

September 14, 2022
c

A program to explain type casting

September 14, 2022
c

A program to explain formatted output function PRINTF

September 13, 2022
c

A program to read 2 values and explain arithmetic operators (+, -,*,/)

September 13, 2022
c

A program to print NAME and ADDRESS

September 12, 2022
c

A program to print declare variables

September 12, 2022
c

Run C/C++ programs with VS Code

July 4, 2020
c

How to declare a variable in C

November 10, 2019
c

Program to print name and website

November 10, 2019