Answer Posted / rashid
A linked list is a linear collection of self referential
structs. LL consists of nodes connected by pointer links.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why do while loop is used?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
What polymorphism means?
Plese get me a perfect C++ program for railway/airway reservation with all details.
#include
what type of questions
Can bst contain duplicates?
when to use 'mutable' keyword and when to use 'const cast' in c++
How can you overcome the diamond problem in inheritance?
what's the basic's in dot net
hi all..i want to know oops concepts clearly can any1 explain??
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
Why do we need polymorphism in c#?
How long to learn object oriented programming?