How many years ago earth is believed to be originated?
4600 million
View answer Workspace Report Error Discuss
Who is the veteran communist leader and CM of West Bengal for a record five consecutive tems until Nov 2000?
Jyoti Basu
What has roots that nobody sees, Is taller than trees, Up, up it goes, Yet it never grows?
A mountain is what has roots that nobody sees, Is taller than trees, Up, up it goes, Yet it never grows.
Hitler launched Operation Barbarossa in 1941 against the
Soviet Union
The outermost layer of the earth is called
View Answer Report Error Discuss
Which memory is stored permanently?
The memory which can be retained even the power is off is called as Permanent memory or Persistent memory. Computer's hard drive is an example of permanent memory and computer's cache or RAM are examples of temporary memory.
What was the theme of 'International Day of Forests 2017' that was observed on 21st March ?
What is the difference between the following declarations?
extern int fun();
int fun();
There is no difference except for the fact that the first one gives a hint that the function fun() is probably in another source file.