STL (140)
OOPS (873)
C++ General (2409)
What do you mean by translation unit?
Do you know what is overriding?
is there any choice in opting subjects like 4 out of 7
What is the full form of india?
What is the exit function in c++?
What are the three main types of variables?
What are the differences between malloc() and calloc()?
What is c++ prototype?
When should you use global variables?
What are the two types of comments?
Can I make ios apps with c++?
What are c++ files?
what are the realtime excercises in 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. --- │ │ │ │ │ │ ---
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}