GTU Paper C/C++ Programs

GTU Nov-Dec 2010:
  1. C program to explain the concept of Class and Object using in C++ : GTU Nov-Dec 2010
  2. Write a C program to generate fibbonacci series of numbers (total 20 numbers) i.e. 1, 1, 2, 3, 5, 8….etc : GTU Nov-Dec 2010
  3. Write a program to store 10 numbers in an array. Then find out Sum, Maximum and Average of these 10 numbers : GTU Nov-Dec 2010
  4. Write a program to convert temperature entered by user from Fahrenhit into Celcius : GTU Nov-Dec 2010
  5. Write a C++ program which is having class named student .It has two member functions named “read_data()” and “print_data()”. It has member elements called Rollno,Name and Percentage. Assume suitable data type for variable. And read the data from the user and print the same on the screen using above functions. : GTU Nov-Dec 2010
  6. Write a program to read two 5 X 5 matrices from the user and store the Addition of two matrices in the resultant matrix. i.e. C=A + B , where A,B,C each one is 5 X 5 Matrix. : GTU Nov-Dec 2010
  7. What is pointer? Give its benefits. Write a program to do swapping of two elements using function with two pointers as arguments. : GTU Nov-Dec 2010 
  8. Explain the syntax of switch…case statement. Write a program using switch…case statement. : GTU Nov-Dec 2010 
  9. Write a program to print the following triangle for n lines : GTU Nov-Dec 2010
  10. Write a C Program to check whether the given number is prime or not : GTU Nov-Dec 2010 

Post a Comment

0 Comments