Write a program to convert Fahrenheit to Celsius.the formula for the conversion is follows:
Celsius (5/9)*(Fahrenheit-32)
Write an algorithm for the network administrator to help him find number of data characters that do not change position even after the data stream is reversed
A continue statement is used in an iteration control to skip the remaining statements in the loop and proceed with the next iteration of the loop
Write a c++ program that create a one dimensional array with of length5.your program should read 5 integers from the keyboard into the array. Your to perform sequential search for an integer in the array and insert a new item in that location of the array.
There is a structure called employee that holds information like employee code, name, date of joining. Write a program to create an array of the structure and enter some data into it. Then ask the user to enter current date. Display the names of those employees whose tenure is 3 or more than 3 years according to the given current date.
Write a C++ Program to take two value from the user and create a menu driven code which will perform following operations using operator overloading.
1. Overload to compare two operands and check which operands have greater value and display it.
2. Overload any arithmetic operator and display its result.
Write a C++ Program to take two value from the user and create a menu driven code which will perform following operations using operator overloading.
1. Overload to compare two operands and check which operands have greater value and display it.
2. Overload any arithmetic operator and display its result.