What is data structure in c++?
No Answer is Posted For this Question
Be the First to Post Answer
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
in C++ , the word plus plus who found this?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
What is c++ iterator?
What is a storage class used in c++?
Where must the declaration of a friend function appear?
can output 5 students using one dimensional array
What and all can a compiler provides by default?
what is oops and list its features in c++?
When should you use global variables?
How the endl and setw manipulator works?