Who won the gold medal in the 40 kg category of the Commonwealth Weightlifting Championship?
India has so far won three gold medals in the Commonwealth Weightlifting Championship, which began at Greater Noida's Gautam Buddha University. Athlete Jyotsna Sabar has won gold medal in 40 kg youth category, Asmita in 45 kg youth and junior category and Komal Kohar in 45 kg senior category. In this five-day tournament, 253 weightlifters including 52 Indians are participating in senior, junior and youth categories.
The best case time complexity of selection sort?
Which command is used to view the contents of a file in the terminal?
The result evaluating the postfix expression 10 5 + 60 6/ * 8 – is
Which extension is for executable/installation files?
What is a deadlock in a computer system?
Which concurrency control technique allows a transaction to read uncommitted data?
ATM is an example of
What will be the output of the code
int main(){
int i;
for(i=0;i
int i;
i=20;
print(“%d”, i);
}
return 0;
}
What are the three main components of a bipolar junction transistor (BJT)?
What is the purpose of virtual memory?