Rohitasya Tech
Free Learning Portal
π°
News
Browse Categories
News
π°
Current Affairs
1 posts available
π°
Entertainment
0 posts available
π°
Sports
0 posts available
π°
Technology
1 posts available
View All News
π»
Codes
Browse Categories
Codes
π»
C
1 posts available
π»
C++
21 posts available
π»
Java
0 posts available
π»
Matlab
0 posts available
π»
Python
0 posts available
View All Codes
π
Notes
Browse Categories
Notes
π
Books
0 posts available
π
CBSE
1 posts available
π
College Notes
1 posts available
π
PSC
0 posts available
π
SSC
0 posts available
π
TET (Teacher Eligible Test)
2 posts available
π
UGC NET / Gate
5 posts available
View All Notes
π€
Profile
π
Contact
Rohitasya Tech
π°
News
Browse all categories
Current Affairs
1
Entertainment
0
Sports
0
Technology
1
π»
Codes
Browse all categories
C
1
C++
21
Java
0
Matlab
0
Python
0
π
Notes
Browse all categories
Books
0
CBSE
1
College Notes
1
PSC
0
SSC
0
TET (Teacher Eligible Test)
2
UGC NET / Gate
5
π€
Profile
π
Contact
33
Total Posts
3
Categories
24/7
Updated
Codes
Write a program to find the matrix inversion by using Gauss-elimination method / Gauss Seidel method.
Write a program to find the numerical solution of Differential equations by using Runge Kutta method / Euler method.
Write a program to find the value of numerical integration by using/ Trapezoidal Rule/ Simpsonβs one-third rule/ Simpsonβs 3/8 rule.
Write a program to find f(x) by using Lagrange Interpolation/ Newtonian Interpolation.
Write a program to determine the roots by using Bisection Method / Regula-Falsi Method / Newton Raphson Method.
Write a program to generate the Fibonacci sequence using recursion and find the number that are perfect square.
Write a program to construct a magic square of dimension n Γ n (n odd).
Write a program to multiply two numbers having more than 15 digits each.
Test the truth of Bertrand conjecture (Bertrand conjecture is that there is at least one prime between n and 2n).
Write a C++ program to use pointer for both base and derived classes and call the member function. Use Virtual keyword.
Write a C++ program to create an array of pointers. Invoke functions using array objects.
Write a C++ program to create multilevel inheritance. (Hint: Classes A1, A2, A3).
Write a C++ program to allocate memory using new operator.
Write a C++ program to use scope resolution operator. Display the various values of the same variables declared at different scope levels.
Write a C++ to illustrate the concepts of console I/O operations.
Write a C++ program to read the data of N employee and compute Net salary of each employee (DA=52% of Basic and Income Tax (IT) =30% of the gross salary).
Given that an EMPLOYEE class contains following members: data members: Employee number, Employee name, Basic, DA, IT, Net Salary and print data members.
Write a C++ program to declare a class. Declare pointer to class. Initialize and display the contents of the class member.
Write a C++ program to declare Struct. Initialize and display the contents of member variables
Write a C++ program to display Names, Roll No., and grades of 3 students who have appeared in the examination. Declare the class of name, Roll No. And grade. Create array of class objects. Read and display the contents of the array.
Hello World in C++
Hello Wold in C