Answer: The difference between the scope and linkage is as follows:-
- Scope of the variable is defined as the variable view from different program parts whereas the linkage is described as the link that is made between the variable and the declaration function having the common name.
- Scope of variable describes about the existing time of the variable in the program whereas linkage is defined for the name of variable present in the program is available at all time .
/* package whatever; // don't place package name! */
import java.util.*;
import java.lang.*;
import java.io.*;
class NestedLoops {
public static void main (String [] args) {
int numRows = 4;
int numCols = 5;
int i,j;
char ch = 'A';
// Note: You'll need to declare more variables
/* Your solution goes here */
for ( i = 0; i < numRows; i++) { // Outer loop runs for numRows times
for ( j = 0; j < numCols; j++) { // Inner loop runs for numCols times
System.out.print(i+1);
System.out.print((char)(ch+j));
System.out.print(" ");
}
}
System.out.println("");
return;
}
}
Answer:
mirrorless cameras have lot more space due to not having mirrors. and they have the same or better quality than DSLR's.
Id say (B)
File, Permissions, Restrict Editing, Editing Restrictions, Comments, Start Enforcement, then enter her password
However much you may want your reviewers to make comments
and suggest changes in a document, there may be times when you want to restrict them from changing the content you have created. To restrict formatting in a
document, you can click restrict formatting in the protect section of the
review tab and follow the procedure in the answer above.