Answer: (C) Response controls
Explanation:
According to the given question, the response control is not the necessary element while handling the users or customer data as compared to all the other given options that is individual participation, data minimization and the purpose specification.
- The response control is basically used for exchange the data or any information in an organization but the main disadvantage is that they share all the response and information as they not wait for the request from the users.
- The all the three other given options expect response control are the important element for handling the customer data as it helps in maintaining the Personal information.
Therefore, Option (C) is correct answer.
Answer:
void main(){
int *ip1,*ip2,*ip3;
printf("Enter values for ip1 and ip2\n");
scanf("%d\n",ip1);
scanf("%d\n",ip2);
*ip3=*ip1+*ip2;
}
Explanation:
*ip3=*ip1+*ip2;
this statement is used to add the values of two pointer variables and storing it in third pointer variable.
*ip1 --->ip1 gives address location of the variable and *ip1 gives the value stored at that address location
<u>Answer</u> : Float
<u>Explanation</u> :
Complete the code.
import csv
inFile = open ("one.txt","r")
outFile = open("another.txt", "w")
myReader = csv.reader(inFile)
for item in myReader:
aWord = item[0]
aNumber = float(item[1]) + 0.4
line = aWord + "," + str(aNumber) + 'Float'
outFile.write(line)
Answer:
CRT
Explanation:
because this is very comfortable for me
Explanation:
mark 1 was massive in size measuring 8 feet high, 51 feet long and 3 feet deep