VaibhavUpreti / Cprograms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cprograms

This rerpository is dedicated for various C programs.

Q1. Write a program to find divisor or factorial of a given number.

alt text

  1. Write a program to find sum of a geometric series(done)
  2. Write a recursive program for tower of Hanoi problem (done)
  3. Write a recursive program to print the first m Fibonacci number (done)
  4. Write a menu driven program for matrices to do the following operation depending on whether the (done) operation requires one or two matrices IMP- conio.h file is windows specific!!! a. Addition of two matrices b. Subtraction of two matrices c. Finding upper and lower triangular matrices d. Transpose of a matrix e. Product of two matrices.
  5. Write a program to copy one file to other, use command line arguments.
  6. An array of record contains information of managers and workers of a company. Print all the data of managers and workers in separate files.
  7. Write a program to perform the following operators on Strings without using String functions a. To find the Length of String. b. To concatenate two string. c. To find Reverse of a string. d. To copy one string to another string.
  8. Write a Program to store records of a student in student file. The data must be stored using Binary File.Read the record stored in “Student.txt” file in Binary code.Edit the record stored in Binary File.Append a record in the Student file.
  9. Write a programmed to count the no of Lowercase, Uppercase numbers and special Characters presents in the contents of text File.

About


Languages

Language:C 100.0%