Answer:
This is true
Explanation:
Comments don't effect your program at all.
The computer doesn't even read the line with the comment, what you right before the comment tells the computer to skip this line.
So you can place them anywhere
<span>If I remember it correct, if you have access to an ssn, but do not have permission to view certain folders or documents in that ssn, those folders and documents will be hidden. Or it depends on OS. But in most ways its hidden or masked.</span>
Answer:
<u><em>B, To use a consistent design throughout your presentation</em></u>
Explanation:
<em>Templates basically enforce overall consistency by having a pre-determined structure and layout. All documents made using a template will match its layout exactly. When it comes to your document's content, Word's Styles tool is a great way to maintain consistent formatting.</em>
Access is a database management system, thus it is not a presentation application.
Answer:
#include<studio.h>
#include<conio.h>
void main()
{
char ch;
printf("Enter any letter");
scanf("%c",&ch);