A, use external storage media such as CDs.
Answer:
You will use the keyword extern to declare a variable at any place. Though you can declare a variable multiple times in your C program, it can be defined only once in a file, a function, or a block of code. Explanation:
Answer:
public class Main
{
public static void main(String[] args) {
String[] strs = new String[10];
java.util.Scanner sc = new java.util.Scanner(System.in);
for(int i = 0; i < 10; i++){
System.out.print("Enter string " + (i+1) + ":");
strs[i] = sc.nextLine();
}
System.out.println("The strigs with even number of characters is");
for(int i = 0; i < strs.length;i++){
if(strs[i].length() % 2 == 0){
System.out.println(strs[i]);
}
}
}
}
Explanation:
Answer:
Option (D) is the correct option to the following question.
Explanation:
Because a tab is labeled the stream i.e., dashboard, tab is the former representation of user profile in their social media account and streams displays only the different forms of one user profile. They also are the conversations, timeline, and post of any users' profile.