Write a c++ program that contains functions
Singly linked list implementation :
1)insert a node after a given node
2)insert a node before a given node
3)delete a node after a node
4)delete a node before a node
5) make a search function that returns a node
Note:
No global declarations
Call the functions in main
There is a parking area in a department you are required to park cars. Motor cycles and bicycles in their respective parking area. What data structure is suitable for this. Write code to park each vehicle. (Hint: All spaces are null at beginning and search empty space to park.)
Pan-borneo highway map system used to display traffic travel times on app. The map should display major cities, intersection and popular landmarks; the roads that connect them and the travel times between them along those roads.
Fast food custom simulation training application. The trainees encounter a wide array of situations, from working with customers and handling customer complaints, to inputting order into the system. Simulation allow new employees to experience all these scenarios without any disruption to the day-to-day restaurant affairs
Write a program in C that prompt the user to enter temperature in either degrees Celsius or Fahrenheit. These program then computes to a different unit. Use function.
A customer received the following SMS from his bank:
875088 is SECRET OTP for txn of INR 2000.00 on Axis Bank card XX8911 at IRCTC on 13-02-21 16:09:25. OTP valid for 5 mins. Please do not share this OTP.
Write a Print Statement to generate the above SMS. (You may refer to the example given at the top.)
21-33.Give the different sections found in the YouTube channel dashboard.
34-40.Enumerate the key metrics when tracking site traffic with Google Analytics.
Is list and array same thing or is there a difference?
Note:
1)|| is a doubly link in the above
2)test it in main
3)Try not to make any global declarations if possible
TASK:
Write program using linked list implementation and implement the following link list :
a->Apple->Ali
||
b->Bored->Bat
||
c->Cat->Cow
Write a JavaScript program which accepts amount in rupees as input (integer) within Range from Rs. 100 to Rs. 100000 and then asks the user for particular currency note preference and display the total number of currency notes of Rs. 500, 100, 50, 20, 10, 5, and 1. The user can be given a maximum of 200 notes of his preferred choice