The answer for the first one is proximity.
The term proximity means “closeness”. The relationship between each other can be described by proximity only. All the other options are invalid.
The answer for second one is “alignment”.
Alignment actually relates to the term margin and axis. Alignment can be left, right, middle, top, bottom. Text, image, or any element can be aligned based on the need with the value of alignment discussed in the just before sentence. Alignments are widely used in computer terms in office tools and in web pages.
The truth is that you do not get to just make an account and post. He keeps it steady by having a highly trained group of people go through all the information and make sure it is correct before they let it be posted. They have not, however, changed things that were posted before those people started to work.
output of the following code fragment that invokes Twist is:
1 14 3
Explanation:
In the function Twist(),two parameters are passed. First is passed by value and second is passed by reference. If a variable is passed by value then any change made by the function will not affect the original value of that variable but when a variable is passed by reference then any change made by the function will change the original value of that variable. When Twist() function invokes with a=3 and b=2 then value of c=3+2 i.e c=5, a=3*3 i.e. a=9 (value of "a" was 3 earlier) and and b=c+a i.e b=5+9. Here only "b"is passed by reference for variable "s" then any change in it's value will be reflected in the "s". That will update the value of "s" to 14.
Answer:
umm, we can't say any links
Explanation:
1-A database is an organized collection of data, generally stored and accessed electronically from a computer system (2 choice)
2 - All of the above
3-record
4- B i think
I hope this helped. :D