Answer:
check your app permissions it may be blocking them or try resetting the app
Answer:
Tesla’s arent vehicles needing gas, so they dont have a fuel tank, instead they have a charging port.
Explanation:
The operating system on a computer is generally stored at hard disk.
Answer:
The option(B) is the correct answer .
Explanation:
In C++ the // (two slash marks ) indicating the beginning of a comment .The two slash marks ( // ) comment the single line in a program.To use two slash marks ( // ) comment we simply write // in which line we have to make comment.
following are the example of code in c++
#include<iostream.h> // header file
void main() // main method
{
cout<< " india"; // print india
}
here // indicating the beginning of a comment .