We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2
Noida International University
Department of Computer Science
LAB MANUAL of BCA (Programming Using C++ Language)
Programming Using C++ Language Lab
1. Write a c++ program to calculate Sum & average of N numbers.
2. Write a c++ program to to check the even or odd 3. Write a c++ program to check prime number. 4. Write a c++ program to print factorial of a number. 5. Write a c++ program to use bitwise operator. 6. Write a c++ program to use conditional operator. 7. Write a c++ program to print fibonacci series without using recursion and using recursion. 8. Write a c++ program to check palindrome number. 9. Write a c++ program to check armstrong number. 10. How to Declare a Two-Dimensional Array of Pointers in C++? 11. WAP to find addition of two matrix of n*n order 12. Write a c++ program to reverse given number. 13. Write a c++ program to swap two numbers without using third variable. 14. Write a c++ program to print multiplication of 2 matrices. 15. Write a c++ program to print number triangle. 16. C++ Program to Find the Sum of Natural Numbers using Recursion. 17. C++ Program to Make a Simple Calculator. 18. C++ Program to Sort the Elements of an Array in Descending Order. 19. C++ Program to Find the Largest Element in an Array. 20. C++ Program to Show Usage of Static keyword. 21. C++ Program to Find the Maximum and Minimum in an Array. 22. C++ Program to Sort the Elements of an Array in Ascending Order. 23. C++ Program to Add or Concatenate Two Strings. 24. C++ Program to Reverse an Array or String. 25. C++ Program to Pass or Return a Structure to/from a Function. 26. Write a c++ program to defining the constructor within the class. 27. C++ Program to Show Polymorphism in Class. Noida International University Department of Computer Science LAB MANUAL of BCA (Programming Using C++ Language)
28. C++ Program to Show Data Hiding in Class.
29. C++ Program to Show Abstraction in Class. 30. C++ Program to Show Inheritance. 31. C++ program to explain destructors. 32 C++ program to demonstrate accessing of data members. 33 C++ Program to Show Function Overloading. 34 C++ Program to Show Data Hiding in Class 35 C++ Program to Create Abstract Class. 36 C++ Program to Create Singleton Class. 37 C++ Program to Create an Interface. 38 C++ Program to Overload Increment ++ and Decrement. 39 C++ Program to Create a Temporary File. 40 C++ Program to Write Into a File. 41 C++ Program to Rename a File.