Which was the first capital of Magadha
View Answer Report Error Discuss
In the following question, choose the word opposite in meaning to the given word.
Theoretical
What is the output of this C code?
#include <stdio.h> void m() { printf("hi"); } void main() { m(); }
Which of the following physical quantities do not have same dimensions
The 'Statue of Peace' unveiled at
The 'Statue of Peace' unveiled by PM Narendra Modi at Pali, Rajathan to mark the 151st birth Anniversary celebrations of Jainacharya Shree Vijay Vallabh Surishwer Ji Maharaj.
Which of the following birds is the state bird of three indian states?
The three states are Andhra pradesh, Karnataka, odisha
Which of the following battles marked the real beginning of the Mughal Empire in India?
The output of the code below is
#include <stdio.h> int *m() { int *p = 5; return p; } void main() { int *k = m(); printf("%d", k); }