When a gas is turned into a liquid, the process is called
View Answer Report Error Discuss
Select the synonym of
splinter
conspiracy
First China War was fought between
The first important ruler to emerge from the Chola Dynasty was __________.
Name the only animal that dislikes white colour?
Tiger.
View answer Workspace Report Error Discuss
Improve the bracketed part of the sentence.
The candidate was likely to win the assembly elections (with the) sweeping majority.
What is the output of this C code?
#include <stdio.h> void main() { int x = 97; char y = x; printf("%cn", y); }