What is while loops?
No Answer is Posted For this Question
Be the First to Post Answer
What new()is different from malloc()?
Problem 6: Area of a trapezoid can be calculated by the following formula: A=(b1 b2)×h2 where b1 and b2 are the parallel sides or the bases and h is length of height Write a C code of this program
What is the difference between structures and unions?
class base { public: int fun(int) {} }; class base2 { public: int fun(float) { } }; so here qustion is both function either function overloading or over riding;
Is c++ vector a linked list?
What apps are written in c++?
Define a nested class. Explain how it can be useful.
Explain abstraction.
Can you think of a situation where your program would crash without reaching the breakball, which you set at the beginning of main()?
What is namespace std; and what is consists of?
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
What is the equivalent of Pascal's Real a) unsigned int b) float c) char