answersLogoWhite

0


Best Answer

Anybody can Help me PLEASE

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is Counter Control in C plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Basic control structure available in c plus plus?

The basic control structure in C++ is the if statement.


Control statement in c plus plus?

Control statements are statements that alter the flow of execution according to the evaluation of an expression (the condition). The C++ control statements are ifstatements, switch statements and the tertiary conditional operator, ?:.


How do you write a counter program to count from 1 to 100 in C plus plus?

for(int i=1; i<=100; ++i ) std::cout << i << std::endl;


What command is the control key plus c?

Copy the selected text (or object).


In C plus plus when a function is executing what happens when the end of the function is reached?

Control is returning to the caller of the function.


How do you turn on the control key My control key suddenly turned off and none of the control key shortcuts like ctrl plus c or ctrl plus alt plus delete work anymore how do you turn it back on?

Reboot


You did Ctrl plus c then Ctrl plus paste but it is not pasting tried both Microsoft Word and notepad?

Try control plus V


What is for in c plus plus?

for is a loop in C++. It is used to repeat some instructions for required time. Syntax : for(counter initialization;condition;counter update) e.g. //Program to print numbers from 1-100 #include<iostream.h> #include<conio.h> void main() { int i; for(i=1;i<=100;i++) cout<<i<<endl; getch(); }


Which stream functions in c plus plus control the formatting of input and output values of a class?

None of them. To control the formatting of your classes, you must overload the stream insertion and extraction operators.


What is b plus b plus b plus c plus c plus c plus c?

b+b+b+c+c+c+c =3b+4c


What is c plus c plus 2c plus c plus c equal?

c + c + 2c + c + c = 6c


What are the control measures to counter the disadvantage of using a computer?

What are the various Control measures to counter disadvantages of using a computer system?" What are the various Control measures to counter disadvantages of using a computer system?"