How static variables and local variablesare similar and dissimilar?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by translation unit in c++?
How do you declare A pointer to a function which receives nothing and returns nothing
Why do we use iterators?
what is meaning of isa and hsa
Who was the creator of c++?
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. --- │ │ │ │ │ │ ---
print first nodd numbers in descending order
How would you represent an error detected during constructor of an object?
What is namespace & why it is used in c++?
What are separators in c++?
What is a flag in c++?
What is jump statement in C++?