In the following question, out of the four alternatives, select the alternative which best expresses the meaning of the idiom/phrase.
A dime a dozen
View Answer Report Error Discuss
In the following question, four words are given out of which one word is correctly spelt. Select the correctly spelt word.
Pune was once known as the capital of
The ability of a corporation to obtain capital is
C program to find the factorial of a given number
#include<stdio.h>int main(){ int i=1,f=1,num; printf("Enter a number: "); scanf("%d",&num); while(i<=num){ f=f*i; i++; } printf("Factorial of %d is: %d",num,f); return 0;}Sample output:Enter a number: 5Factorial of 5 is: 120
View answer Workspace Report Error Discuss
Prime Minister of which country attended the recently organised river festival 'Namami Brahmaputra' in India?
If the speed of an object moving along a straight line is constant, its motion is said to be _________.
Name the scientist who proposed the cell theory