TUTORIAL PROGRAMS
TUTORIAL PROGRAMS
Write a C program to find the ASCII value of a character entered by the user.
Write a C program to find the size of int, float, double and char
Write a C program to Display Fibonacci series
Write a C program to check whether a triangle is Equilateral, Isosceles or Scalene.
Write a C Program to Display Prime Numbers Between Intervals Using Function
Write a C Program to Check Prime or Armstrong Number Using User-defined Function
Write a program in C to count a total number of duplicate elements in an array
Write a program in C to delete an element at desired position from an array
Write a C Program to Add Two Matrices Using Multi-dimensional Arrays
Write a C Program Swap Numbers in Cyclic Order Using Call by Reference
Write a C Program to Find Largest Number Using Dynamic Memory Allocation
Write a C Program to Find Factorial of a Number Using Recursion
Write a program in C to find the maximum number between two numbers using a pointer.
Write a program in C to calculate the length of the string using a pointer.
Write a C Program to Store Information of Students Using Structure
Write a program in C to count total number of vowel or consonant in a string
Write a program in C to calculate difference between two time periods using structures
Write a C program to read name and marks of n number of students and store them in a file.
Write a C program to read name and marks of n number of students from and store them in a file. If the file previously exits, add the information to the file.
Write a C program to write all the members of an array of structures to a file using fwrite(). Read the array from the file and display on the screen.