Kundan Chaudhary

Pages

  • News
  • Android
  • C
  • C ++
  • Java
  • Advanced Java
  • Cyber Security
  • HTML
  • CSS
  • Java Script
  • PHP

C Practical 4 & 5

Practical 4
Program 1 : Write a program to print Fibonacci series. 1,1,2,3,5,......N
Program 2 : Write a program to reverse the digit.
Program 3 : Add, subtract and multiply two nos. using switch statement.
Program 4 : Write a program to add two matrixes.
Program 5 : Write a program to given no in ascending order.
Program 6 : Write a program to to read array of integers and print it in reverse order.
Practical 5
Program 1 : Write a program to count total words in text.
Program 2 : Find length of string using strlen( ) function.
Program 3 : Write a program to copy one string to another string.
Program 4 : Write a program to join two strings.
Program 5 : Write a program convert character into TOggLe character.
Program 6 : Find given string is palingrom or not using string library function.
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Home
Subscribe to: Posts (Atom)

Labels

  • Advanced JAVA (11)
  • Android OS (10)
  • Android SDK (1)
  • Android Studio (1)
  • C (27)
  • Cyber (6)
  • GTU Practical (12)
  • Java (22)
  • Java Script (10)
  • Linux (1)
  • News (6)
  • OpenSUSE (1)
  • PHP (1)
  • RPM (1)
  • UML (7)
  • whats App (1)

About Me

Kundan
View my complete profile

Search This Blog

Total Visitor

133691

Popular Posts

  • Categorize the following relationships into generalization, aggregation or association
    A country has a capital city A dining philosopher uses a fork A file is an ordinary file or a directory file Files c...
  • Create a class called Student. Write a student manager program to manipulate the student information from files by using FileInputStream and FileOutputStream
    import java.io.FileInputStream; import java.io.FileOutputStream; public class Student { public static void main(String[...
  • Prepare a sequence diagram for issuing a book in the library management system
  • Prepare an activity diagram for computing a restaurant bill, there should be charge for each delivered item. The total amount should be subject to tax and service charge of 18% for group of six and more. For smaller groups there should be a blank entry. Any coupons or gift certificates submitted by the customer should be subtracted
  • Refine the student manager program to manipulate the student information from files by using the BufferedReader and BufferedWriter
    import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.FileReader; import java.io.FileWriter; public c...
The Hive of Code. Powered by Blogger.