create a structure called print to store x and y co-ordinate values write functions to get co-ordinate values .calculate the distance between two points in to display the result .write a main program to get the input from the user repeatedly and calculate the distance between every successive points and then find the total distance also
write a function with no argument that displays a message telling howmany times it has been called. write a main program that calls this function atleast 10 times .don't use external variable. write a c++ program
write a c++ program to find the sum of integers between 1 and 500 except those numbers which are divisible by 7 and 9
An odometer is an instrument used for measuring the distance traveled by a vehicle, such as a bicycle or car. It appears on a car’s dashboard together with the speedometer
The file named called EMPLOYEE.txt contains employee details such as employee number, name, designation and salary of employee. Write a program to create a file to store the details of employee (Use of structure and fwrite () & fread () functions)
Runtime Input :
101 xyz workshop 8500
102 nmo computer 6750
103 abc store 5890
Output :
101 xyz workshop 8500
102 nmo computer 6750
103 abc store 5890
Get the number of videos released in each year.