Answer:
Following are the statement:
counterPointer = &counter;
Explanation:
The following statement is correct because in the question it is given that there is an integer data type variable i.e., "counter" and there is another integer data type pointer variable i.e., "counterPointer" and finally we write a statement in which the pointer variable points to the integer variable.
Which formula contains an absolute cell reference? =SUM($B$7:$B$9)
Hi there!
For #1 the answer is the site may not be trustworthy, and you risk identity theft. If you are not sure a site legit then don't trust it. Some sites can easy to tell if they can be trusted by the amount of detail put into the site itself, but others are not so easy to tell. In general, if a site does not have https:// in the web address, but instead has just http:// (no "s" in it) then don't trust it.
For #2 the answer is to use<span> a secure browser. If the browser you are using is insecure then the info you put into a site can be compromised and stolen by the browser itself because it reads all info put on it.
For #3 the answer is i</span><span>t has a secure payment page. Again going back to the https:// vs. the http:// if the page that you pay on is not secured then your credit card info can be stolen when put in because the site without a secured page will allow others with access to see your info.
-Your friend in tech, </span>ASIAX Frequent Answerer
Answer:
A) Like "9?????????"
Explanation:
Required
10 characters and starts with 9
<em>The options relate to queries in Microsoft Access; so, I will answer the question from the perspective of Microsoft Access.</em>
First, the query will use the like statement because the query is to make comparison.
Next; for the search query to return exact 10 characters, the syntax is "??????????"
Lastly, for the search query to begin with 9, the first ? will be replaced with 9.
So, we have: "9?????????"
<em>Hence, (a) is correct</em>