Answer:
https://www.digitalunite.com/technology-guides/computer-basics/using-computer/how-use-computer-keyboard
Explanation:
the link at the top should explain it all! :)
Answer:
False.
Explanation:
Index addressing is not for only traversing the arrays but to also access the element,manipulate them.Though indexing is also used in traversing but it is not solely for that.Indexing in an array starts from 0 to size-1.
for example:-
We have an array a of size 10.So to access the element at position 6.We have to write.
a[5];
Manipulating it
a[5]=6;
Answer:
C
Explanation:
<link rel="stylesheet" type="text/css" href="syb/syb.css" title="stylesheet"/>
The above code is self explanatory. All others have wrong rel or title. Title is always stylesheet, and rel as well stylesheet as well as href is external css file which we are loading, and text/css is always the type as it is the css. None of the other has this syntax. And hence this is the right answer.
Literally just do a colon and parenthesis :(
:( :-(