WAP to implement non-recursive pre-order and post-order traversals using
Stack data structure for binary tree.
Write a menu driven program to implement binary tree using linked list and
different traversals.
WAP to create a binary tree using Array and perform pre-order, in-order, and
post-order traversals.
WAP using class template with multiple parameters
WAP using function template to add two numbers and display result.
WAP to create two different files name like roll and name of at least 5 students and print all on screen.
Information like name and roll number and read that file and print the content on screen. Write a program using which you will able to create file student info in which you need to provide necessary.
Create a class named Complex which contains:
Sample:
Enter the first complex number
Enter real part: 3
Enter imag part: 4
Enter the second complex number
Enter real part: 4
Enter imag part: -6
You entered the numbers
C1 = 3 + 4i
C2 = 4 – 6i
1: Addition
2: Subtraction
3: Multiplication
4: Division
5: Magnitude
6: conjugate
9: Quit
Enter your selection: 1
C1 + C2 = 7 - 2i
Write a program to find the counseling slot based on the student's Cutoff marks, age, HSC and SSLC marks
Given a stringarray of string and startstring,endstring as input writen js program to fliter the string in stringArray start with startstring and end with endstring