Answer:
Center Processing Unit ....
Have a look at the man page for printf:
man 3 printf
Answer: Joystick is the only one that makes sense, a stylus and digitizer are both used on drawing tablets, not computer games.
Availability ,devices and applications, performance, security, scalability.
Answer:
Correct answer is:
communicate the purpose of the code that follows it.
Explanation:
Let have a look at each option
comment should give the reader the background of the programmer.
Comments are unable to do so.
Be written on every line
No, it is not need as comment are useful only to explain difficult or complex part of code.
communicate the purpose of the code that follows it.
yes, this option is true, as comments will give hints to programmer about the piece of code.
give information about how many hours it took to write the code
No, comments can answer it,