C Tokens
swap values of two variables
C
Program To Count the Occurence of a Substring in String
Program on Recursive Length of String
Check if a string is a subsequence of another string
C Program to find the first capital letter in a string using recursion
C program to find the second largest element in an array
Program for Functions to insert a sub string into given main string from a given position
Program for To delete n characters from a given position in a given string
Program for To determine if the given string is a palindrome or not
Program that displays the position or index in the string S where the string T begins , or -1 if S doesn’t contain T
Program for To convert the given binary number to its 2’s complement
Program for To convert roman number to it’s decimal equivalent
character handling functions: Example program on character handling functions
Example programs on string handling functions
How do you compare two strings?
Structures:
Program for To read the two complex numbers and perform the addition and multiplication of these two numbers.
Structures: Program on simulate the multiplication of fractions using Structures
Structures: Write a program to simulate the time using 'structures'
Files:
Write a file program explain the data stored on the disk is readProgram which copies one file to another
Program To reverse the first n characters in afile
Program To display the contents of a file
Program To merge the contents of two files into a third file
Copy a text file of integers.
Files: Demonstrate reading names from a file.
Files: This program creates a text file from the keyboard.
Files: Create a grades file for transmission to Registrar.
Files: Example program on fopen() and fclose() functions
Files: Example program on fprintf()
Files: Read a text file of integers, and print the contents.
C Graphics
DATA STRUCTURES
Program To perform the linear search operation
Program To perform the binary search operation
Write a c program for selection sort
Program that implements the bubble sort method
Program that uses functions to perform the following operations on single linked lists. i) creation ii) insertion iii) traversal
Program to implement stack operations by using the pointers.
Program to Implement the linear regression algorithm
Program to Implement the Polynomial regression algorithm
Program to implement the Lagrange interpolation
Program to implement the Newton Gregory forward interpolation
Program to Implement Trapezodial method
Program to Implement Simpsons method
download the turbo c software
swap values of two variables
find
simple interest and compound interest
Operators
Relational Operators: Example program on Relational Operators
logical operators: Example programs on Logical Operators
Example program for comma operator in for loop
Conditional Statements:
WAP to find whether a given year is leap or not?
If -Else
write a program to find the average, grade of the 3 subjects using if ..else
Program To find the roots of the quadratic equation
Else if
Write a program find largest of 3 no's using else– if statement
Switch Statements : Example program on switch statements
Demonstration on switch statement
C program on quadratic equation by using switch statement
Evaluate an expression like caliculator
Operators
Relational Operators: Example program on Relational Operators
logical operators: Example programs on Logical Operators
Example program for comma operator in for loop
Conditional Statements:
If condition
WAP to find whether a given year is leap or not?
If -Else
write a program to find the average, grade of the 3 subjects using if ..else
Program To find the roots of the quadratic equation
Else if
Write a program find largest of 3 no's using else– if statement
else
if: Simple example program on else if
Nested If: Example program on nested if statement
Switch statement
Nested If: Example program on nested if statement
Switch statement
Switch Statements : Example program on switch statements
Demonstration on switch statement
C program on quadratic equation by using switch statement
Evaluate an expression like caliculator
Write a program to find the average, grade of the 3 subjects using switch case
Find the areas of circle, square, rectangle
Write a c program to print Hello world without using any semicolon
Write a program using any unconditional statements
Write a C program to find the product of 4 integers entered by a user. If user enters 0 skip it.
Or
Program to demonstrate the working of continue statement in C programming
break
Example program on break statement
goto
return
Loops
For loops
Simple program on for loop
Program to generate the tables using loops
Program to find the sum of first n natural numbers
Program to find out 1.1+2.2+3.3+...n
C program for print the *'s in the following format
Find the areas of circle, square, rectangle
Write a c program to print Hello world without using any semicolon
Unconditional
Statements
Write a program using any unconditional statements
continue
Example
program on continue statementWrite a C program to find the product of 4 integers entered by a user. If user enters 0 skip it.
Or
Program to demonstrate the working of continue statement in C programming
break
Example program on break statement
goto
return
Loops
For loops
Simple program on for loop
Program to generate the tables using loops
Program to find the sum of first n natural numbers
Program to find out 1.1+2.2+3.3+...n
C program for print the *'s in the following format
Write
a C program in ‘c’ to find given positive number is prime number or not.
Factorial
of a given number
Program to print the Fibonacci series for 1 to n value
Program for ut+1/2at2
Program for To find both the largest and smallest number in a list of integers
Program for To read in two numbers x and n and then compute the sum of this geometric progression 1+x+x2+x3+……….+xn
Write a program to display the diamond shape
Comma operator
Example program for comma operator in for loop
Nested for loop
While Loop
Simple program on while loop
To find the sum of individual digits of a given number
Program to print the Fibonacci series for 1 to n value
Program for ut+1/2at2
Program for To find both the largest and smallest number in a list of integers
Program for To read in two numbers x and n and then compute the sum of this geometric progression 1+x+x2+x3+……….+xn
Write a program to display the diamond shape
Comma operator
Example program for comma operator in for loop
Nested for loop
While Loop
Simple program on while loop
To find the sum of individual digits of a given number
Program
for To construct a pyramid of numbers
Do-While Loop
Simple example program on do while loop
Find the value of sin(x) using the series up to the given accuracy
Functions
Storage Classes
Write a program ATM money dispatch count while currencies are 1000,500 and 100 using if..else and global variable.
Pointers
Pointers: C program for addition for two numbers using Pointers
Pointers comparison
Write
a program to show same pointer can point to different data variables in
different statements
Example program on Pointer array
Example
program on pointer to pointer
Printing character Array using pointers
Printing
character Array using pointers with puts function
Write
a program to read the address
Example program on Dangling pointer
Example program on wild pointer
1 D Array:
1D Array: Example program on array
Program on 1- D array Initialisation
Write a program to find the 2nd Largest and 2nd smallest value
Write a program to delete the particular value from the list
Write a program to perform Cyclically permute the elements of an array
function for searching element in an array with position and also display duplicate values in c
2 D Array:
Wap to
bubble sort
Transpose of a matrix
Wap to read an 2d array and display
Do-While Loop
Simple example program on do while loop
Find the value of sin(x) using the series up to the given accuracy
Functions
Write
a function for largest of 3 numbers
Largest of 3 numbers
Write a function for palindrome or not?
Write a function test a number is perfect number or not?
Largest of 3 numbers
Write a function for palindrome or not?
Write a function test a number is perfect number or not?
Function
a power b without using pow() function
Write a function to display day of the month
Evaluate sin(x)
Write a function to display day of the month
Evaluate sin(x)
Write
a recursive function for factorial
Progr for To find the GCD of two given integers by using the recursive function
Progr for To find the GCD of two given integers by using the recursive function
Storage Classes
Write a program ATM money dispatch count while currencies are 1000,500 and 100 using if..else and global variable.
Pointers
Pointers: C program for addition for two numbers using Pointers
Pointers comparison
Example program on Pointer array
Example program on Void pointer
Printing character Array using pointers
Example program on Dangling pointer
Example program on wild pointer
1 D Array:
1D Array: Example program on array
Program on 1- D array Initialisation
Write a program to find the 2nd Largest and 2nd smallest value
Write a program to delete the particular value from the list
Write a program to perform Cyclically permute the elements of an array
function for searching element in an array with position and also display duplicate values in c
2 D Array:
Program
for To find both the largest and smallest number in a list of integers
Program for To perform the addition and multiplication of two matrices
Matrix multiplication or product of a matrix or Matrix multiplication Program for To perform the addition and multiplication of two matrices
Transpose of a matrix
Wap to read an 2d array and display
Strings:
Program on Recursive Length of String
Check if a string is a subsequence of another string
C Program to find the first capital letter in a string using recursion
C program to find the second largest element in an array
Program for Functions to insert a sub string into given main string from a given position
Program for To delete n characters from a given position in a given string
Program for To determine if the given string is a palindrome or not
Program that displays the position or index in the string S where the string T begins , or -1 if S doesn’t contain T
Program for To convert the given binary number to its 2’s complement
Program for To convert roman number to it’s decimal equivalent
character handling functions: Example program on character handling functions
Example programs on string handling functions
How do you compare two strings?
Structures:
Program for To read the two complex numbers and perform the addition and multiplication of these two numbers.
Structures: Program on simulate the multiplication of fractions using Structures
Structures: Write a program to simulate the time using 'structures'
Enumerations
Files:
Write a file program explain the data stored on the disk is readProgram which copies one file to another
Program To reverse the first n characters in afile
Program To display the contents of a file
Program To merge the contents of two files into a third file
Copy a text file of integers.
Files: Demonstrate reading names from a file.
Files: This program creates a text file from the keyboard.
Files: Create a grades file for transmission to Registrar.
Files: Example program on fopen() and fclose() functions
Files: Example program on fprintf()
Files: Read a text file of integers, and print the contents.
C Graphics
DATA STRUCTURES
Program To perform the linear search operation
Program To perform the binary search operation
Write a c program for selection sort
Program that implements the bubble sort method
Program that uses functions to perform the following operations on single linked lists. i) creation ii) insertion iii) traversal
Program to implement stack operations by using the pointers.
Program to Implement the linear regression algorithm
Program to Implement the Polynomial regression algorithm
Program to implement the Lagrange interpolation
Program to implement the Newton Gregory forward interpolation
Program to Implement Trapezodial method
Program to Implement Simpsons method
download the turbo c software
No comments:
Post a Comment