Answer:
rand() function generate the random number within the range.
srand() function decide the starting point for random function or set the seed for rand() function.
Explanation:
rand() function which is used to generate the random number within the range.
srand() function is used to decide the starting point for random function.
In sort meaning, it set the seed for rand() function.
if srand() function not used, the random function generate the same output again and again because the starting point is fixed for generating the random number.
if srand() function used it change the starting point every time and random function generate the output different in every time.
B
Observation
Experiments are based on observations because it can help you determine or visualize many thing
Answer:I would need more information to help you ut, sorry
Explanation:
<em>Listed below are best practices to do HTML websites that are SEO-friendly:
</em>
<em>1. Make neat layout design for the website. -</em><em> Creating a neat layout for HTML pages can make spider crawlers to navigate to your page easily. The messier the page, the harder the spider could navigate.
</em>
<em>2. Pages should have unique and keyword rich links. </em><em>- Rename your page with keywords and include these keyword in the URL. </em>
<em>3. Content must be written with keywords. -</em><em> the more keywords that can be seen in the content, the more possibilities that the spiders can reach your website.</em>
<em>There is no plug-ins needed. Just good practices.</em>