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