Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
For this task, write a function that only uses one or more stacks to check for proper balance of parenthesis on mathematical equations. Here are some sample equations and the expected output of your
Which of the following are valid integer constants? Give reasons for your answer.123456L and 12.5. How will you represent the following as a float constants 29979925 X 104 ?
Write a C program that creates a binary search tree and add the numbers 12, 3,0,7,8 and 9 to the tree. Your program should have a function to add nodes to a binary search tree.
Write a function double trapezoid( double f(double x), int a, int b) which can be used to integrate using trapezoid rule any function that fits the prototype of the function. For example, you should
Write a function int min ( int, int, int, int) that returns the smallest of four given integers.
Write the following operators from lowest to highest precedence: ( ), <, ||, ?, +, *, ++ and /, !=, &, -, ~, [], +=.
How will you store the sparse matrix in vector and linked list representation so that only nonzero elements are stored?
Write a program using switch statement which takes two integers and an operator from the keyboard. If the operator entered through the keyboard is any one of the operators.
Write a C program that shows the use of mathematical functions to compute absolute value of a real number and exponential of a real number.
Write down the template class “binaryTree” in C++. The class must have functions for search and insert and element into a binaryTree. Use this template to make a binary tree of integer k
Create another class Manger that is a derived class of class employee Use the following concepts while deriving classes (Also write suitable main( ) to show the concepts): Overloaded Constructors Enca
Write a C++ program to make Matrix class. This class must have functions to determine sum and difference of two matrices.
Explain exception? How an exception is different from an error? Describe how exceptions are handled in C++, with the help of the example program. Define friend function? How it is implemented in C++
Write the interactive C program that prompts user with following options on the opening menu: Regional Centre Information, Details of the programmes activated in that Regional Centre and Details of St
Writer the interactive C program to check if the given string is a palindrome or not, using pointers. Write the C program to determine perfect numbers from 1 and 50.
Write the menu-driven program which maintains address book using the linked list. Address book should supports the following operations: Add record, Delete record, Find record and Display all records
Perform an Object Oriented Analysis (OOA) on the proposed J.S.P.C.A System described above. The OOA should clearly show the steps used to identify potential classes and the selection of the actual c
Write a c code which will compute the roots of a quadratic equation a2 + bx + c = 0
This assignment models a simplified delivery company. It is composed of the following departments:receiving that contains a list of packages to be delivered, shipping which ships the packages, account
You are needed to write a program for Assessment system of a University. The basic idea is to compute the GPA (Grade Point Average) of each subject and then calculate the GPA of whole semester
The main purpose of the assignment is to let you practice the following programming concepts and techniques: pointers; command line arguments; dynamic memory allocation; operations on strings.
This assignment requires the development of C++ software that supports the activities of an imaginary on-line food service (i.e., software that simulates the selection and payment of food items over
Write a program which can be used to gather statistical data about the number of movies college students see in a month.
Create a program for a company named Retail-Mart. For this step, in addition to functionality, location of variable declarations; appropriateness of data types selected; appropriateness of variable
Write a program to find out factorial of a number using recursion. Write a program to find out roots of a quadratic equation with each condition. Write a program to arrange a list by using any sorting