Google yourself once a year.
Answer:
#include <iostream>
using namespace std;
int main() {
for(int i=33;i<=126;i++)//Using loop to print ASCII characters.
{
cout<<i<<char(i<<" ";//statement to print integer and it's ASCII characters with values.
}
return 0;
}
Explanation:
Put a closing parenthesis i char(i after doing that code will run .Since the answer was not getting posted hence i have to come to this resort.
I have used for loop for values 33 to 126 and for printing the ascii characters I have used typecasting converting the integer to corresponding char forcefully.
Google, would be the best because of all of the different site, hope this helps!
: )
Answer:
ps
Explanation:
In Unix and Unix-like operating system, the command used to display the list of processes running in the current shell is ps. For each of these processes, the following details are displayed;
i. <em>PID </em>which indicates the id of the process
ii. <em>TTY </em>which indicates the type of terminal from which the process is running.
iii. <em>TIME</em> which represents the CPU time consumed by the the process and its sub-processes.
iv. <em>CMD</em> which represents the command that runs as the current process.
Answer:
You should not run for the bus. You could slip on the ice and fall
Would you stop telling me what you can't do
Could you not eat with your mouth open
You should not submit an incomplete report