C Tutorial Programs (As per youtube)

Program 6-How to add & subtract & multiply & divide two numbers in C

Program 7-All arithmetic operations in C

Program 8-Increment Operator Pre Increment & Post Increment in C

Program13-Relational Operators in C

Program20-How to use else if statement in C

Program21-Switch case statement in C

Program22-While loop in C

Program23-Do While loop in C

Program24-For loop in C

Program25-Nested loop in C

Program26-Difference between break and continue statements

Program27-One dimensional array in C

Program28-Two dimensional array in C

Program29-How to use character variable in C

Program30-How to read a character variable using scanf

Program33-How to print a string by using printf

Program34-How to read a string by using scanf

Program35-How to use getchar in C

Program36-How to use putchar in C

Program37-How to use gets in C

Program38-Usage of puts in C

Program39-How to use getch in C

Program40-How to use getche in C

Program41-How to join two strings using strcat

Program42-How to join two strings using strncat

Program43-How to compare two strings using strcmp

Program44-How to compare two strings using strncmp

Program45-How to tell which word first comes in dictionary out of given 2 words

Program46-How to use strcpy in C

Program47-How to use strncpy in C

Program48-How to find length of a string using strlen

Program49-Usage of function in C

Program50-How to create a functions for adding or subtracting or multiplying or dividing 2 numbers

Program51-Passing parameters to function using call be reference technique

Program52-Difference between call by value and call by reference

Program53-Swapping of 2 given numbers

Program54-Understanding the concept of call by value using swapping of 2 numbers

Program55-Understanding the concept of call by reference using swapping of 2 numbers

Program56-Usage of return statement in C

Program57-How to declare and initialize the integer pointer variable

Program58-How to declare and initialize the character pointer variable

Program59-How to perform the arithmetic operations on pointer that is pointing to integer

Program60-How to perform the arithmetic operations on pointer that is pointing to character

Program61-How to declare a structure

Program62-How to declare a structure variable

Program63-How to initialize a structure variable

Program64-How to access members of a structure

Program65-How to find size of a structure

Program66-Concept of structure Assignment

Program67-Usage of UNION in C

Program68-How to print back slash and double quote

Program69-Preprocessor directives in C

Program70-Conditional preprocessor directives in C

Program71-Macro parameters substitution using preprocessor directives in C

Program72-To find whether a given year is leap year or not

Program73-To find the biggest of three numbers

Program74-To check whether a given number is even or odd by using bitwise logical operator

Program75-To check whether a given character is vowel or consonant

Program76-To perform arithmetic operations using switch case statement

Program77-Sum of n natural numbers using while loop

Program78-To find sum of digits of a given number

Program79-To check whether a given number is ARMSTRONG or not

Program80-To find factorial of a given number using for loop

Program81-To print even and odd numbers from 1 to given number

Program82-To print Fibonacci series

Program83-To check whether a given number is prime number or not

Program84-To print prime numbers between two given numbers

Program85 -To print a given integer in reverse order

Program86 -To check whether a given number is PALINDROME or not

Program87-To find the highest value of an array

Program 87b -To find the highest value of an array

Program88-Printing array elements in ascending order

Program89-Sum of elements of array

Program90-To find factorial of given number using function call techniques

Program91-Addition of 2 matrices

Program92-Multiplication of 2 matrices

Program93-Pattern Printing

Program94-Pattern Printing

Program95-Pattern Printing

Program96-Pattern Printing

Program97-Pattern Printing

Program 97b-Pattern Printing

Program 97c-Pattern Printing


No comments:

Post a Comment