Unit I Assignment (C++)
Unit I Assignment (C++)
1)What is loop? Explain all types of loops in C++ with suitable example and
syntax.
2)What is structure and function in C++? Explain with suitable example.
3)Define array in C++.Explain types of arrays with suitable examples. Program
to Print a Half-Pyramid Using *.
5)Explain constructor and destructor with suitable example.
6)What is pointer? Explain with suitable example.
7)Explain object as function argument with suitable example.