How long does this loop run:
for(int x=0; x=3; x++)
a) Never
b) Three times
c) Forever
Answer Posted / divya
hai john I tried this in online compiler but it shows some errors....didnt give exact ans...Is there any other ways to conform this answer.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
I want to write a C++ language program that: 1. 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. The program should work for squares of all side sizes between 1 and 20.
When one must use recursion function? Mention what happens when recursion functions are declared inline?
How do you master coding?
What is this pointer in c++?
What is expression parser in c++
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
What is the best it certification?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
What is constructor c++?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
What are the types of pointer?
Why cstdlib is used in c++?
What is token c++?
Difference between Abstraction and encapsulation in C++?