Which of the following languages is more suited to a structured program?
The 2's complement of a binary no. is obtained by adding.....to its 1's complement.
What is the term used for describing the judgmental or commonsense part of problem solving?
Evaluate the following expression: 3>6&&7>4
Which of the following refers to the associative memory?
What is the time, space complexity of following code:
int a = 0, b = 0;
for (i = 0; i < N; i++) {
a = a + rand();
}
for (j = 0; j < M; j++) {
b = b + rand();
}
Identify the person in following picture?