152 views

1 Answer

1 votes
1 votes
$13$ will be compared with $14,24,4$ and $65.$ So, required sum $ = 14+24+4+65=107.$
edited by
Answer:

Related questions

1 votes
1 votes
1 answer
1
gatecse asked Aug 30, 2020
73 views
For the input $A = 11$ and $B = 10,$ the value of $F_1 \oplus F_2 \oplus F_3 = $ ($\oplus$ being the XOR operations)
1 votes
1 votes
2 answers
2
gatecse asked Aug 30, 2020
74 views
If a simple graph $G,$ has $10$ vertices and $11$ edges, the number of edges in the complement of $G$ will be _______
1 votes
1 votes
1 answer
3
gatecse asked Aug 30, 2020
130 views
If the values printed by the following C code are $a$ and $b,$ $a + b =$ _____#include<stdio.h int main() { int array[5] = {1, 2, 3, 4, 5}; int *p = array; printf("%ld\t%...
1 votes
1 votes
1 answer
4
gatecse asked Aug 30, 2020
67 views
What will be the output of the following C code?#include<stdio.h int main() { int array[4] = {1, 2, 3, 4}; printf("%d\n", *array + array[0] + *array+1 + array[array ]); }...