Technocrat

  • Home
Showing posts with label Kolkata. Show all posts
Showing posts with label Kolkata. Show all posts

Monday, October 27, 2014

25 Mind Blowing Facts About Kolkata Even Bengalis Hardly Know

 Sumit Kar     October 27, 2014     Kolkata     No comments   


Whenever we claim of knowing a place perfectly, we basically rejoice in knowing only the locally known facts. None of us actually do a deep research and delve into the not-so-known aspects of the place.



Well, let’s do that now, and what’s a better place than Kolkata to start with: the perfect amalgam of old world charm and modernity.






25. Calcutta might not have been the city of princes, but the Calcutta Polo Club is the oldest one in the world!





24. To the British rulers, Kolkata, the then Calcutta, was the most important city in India (it was India’s capital too), and the second most important city of the whole British Empire, after London.










23. You often refer to the city as the “city of joy”, but did you know its other names—“city of palaces”, “city of processions” and the “cultural capital of India”?







22. In terms of the unique trains it daily handles, the Howrah Station is the busiest in India.










21. Did you know, till 2006, Kolkata hadn’t had any “Kolkata” station? For mails and expresses, one had to board trains either at the Howrah Station, located at the twin city of Howrah, or at the more local, Sealdah Station. The current Kolkata station was a railway goods terminal, referred to as the Chitpur Station.





20. All the Kolkatans might just hate the zoo for being filled with dust, but little do they know about the fact that it has the oldest zoo in the country!







19. The Howrah Bridge seems to be the identity of the city—but did you know that it’s the one of the largest cantilever bridges in the world, and the largest (and perhaps the only) one in the country?
















18. In Sir Ronald Ross, C.V. Raman, Rabindranath Tagore, Amartya Sen and Mother Teresa, Kolkata has found five brilliant scholars and Nobel laureates — the most in any Asian mainland city (except Tokyo and Kyoto). Satyajit Ray was one of the first Oscar winners in the country.












17. The National Library of India, situated in Kolkata, is the largest public library in the country.














16. Move over Mumbai and Bangaluru; in terms of area covered, Kolkata is the second-largest city in India, after New Delhi.














15. The Royal Calcutta Golf Club is the first golf club ever, outside the United Kingdom.









14. If you’re a cricket buff, then you must know the fact that in terms of seating arrangement, it has Eden Gardens – the 3rd largest in the world.
















13. When talking about cricket, there’s one fact which even many cricket buffs do not know: the Calcutta Cricket and Football Club is the second oldest cricket club in the world after MCC: the Mecca of Cricket.















12. Founded in 1898, the Calcutta Football League is the oldest football tournament in the country, and the second oldest in the world!


















11. India might still have to wait long before competing in the Football World Cup or hosting a world cup, but the Salt Lake stadium is surely ready to host such an event, being the second largest football stadium in the world, in terms of seating capacity!














10. Kolkata is a book lover’s paradise. In fact, College Street is widely referred to as the second largest second-hand book market in the world where, if you search properly, you’ll be able to find the first edition of even the rarest of the rare books! Regarding College Street, there’s a saying that if you didn’t find a book in College Street, that book probably have never existed!









9. Calcutta is one of the fewest cities in the world, to have Trams.









8. There’s a saying that what Calcutta thinks today, India thinks tomorrow—true that! After more than 2 decades of the metro railways (or the rapid transit system), Delhi has had one, and Mumbai is thinking of having one!









7. You might term this one as a pro or a con; nevertheless, it’s quite true that Kolkata is the only city in India with hand-pulled rickshaws.









6. The botanical garden of Kolkata has been the house of the world’s largest tree: An enormous banyan tree whose circumference is more than 330 meters!









5. Kolkata might be the city of temples and palaces, but little known is the fact that the Birla Planetarium in Kolkata is the largest planetarium in Asia, and the second largest in the world!











4. Founded on 19th November, 1792, the U.S. Consulate in Calcutta is the second oldest consulate of the U.S Department of State. It is located on the Chowringhee Road, near Maidan.











3. After the Frankfurt Book Fair and the London Book Fair, Kolkata Book fair is recognized as the world’s largest conglomeration of books! Besides, it’s one of a kind and Asia’s largest book fair—it is also the most-attended book fair in the world!









2. The Kolkata Book fair is the world’s largest non-trade book fair.











1. The Khidderpore Port is the oldest port in India besides being the only riverine port in the country. Besides, the replica of the Hooghly River Port is the only representative of India at the Asian Cities Sector in the Metropolitan Museum (MET), New York.













Via: TopYaps

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
  •  WhatsApp
Older Posts Home

Pages

  • Home

Trending Now

  • Write a Program to Add two 3x3 Matrix using C
    #include<stdio.h> void main () { int a [ 3 ][ 3 ], b [ 3 ][ 3 ], s [ 3 ][ 3 ], i , j ; printf ( "Enter the values of ...
  • C program for Unit Conversion
    /* Convert Celsius to Fahrenheit */ #include<stdio.h> void main() {     float c,f;     printf("Enter the temperature in Celcius: ...
  • Addition of two numbers on Server sent from Client [TCP] using C
    /* tcpClient.c */ #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #inc...
  • Write a Program to Print the Truth Table of Basic Gates using C
  • Write a Program to Add two 5x5 Matrix using C
    #include<stdio.h> void main() {   int a[5][5],b[5][5],c[5][5];   int i,j;   for(i=0;i<5;i++)   {     printf("\nEnter elements ...
  • Using the concept of Inheritance write a C++ Program to calculate the area and perimeter of rectangle
    /* C++ Program to calculate the area and perimeter of rectangles using concept of inheritance. */ #include using namespace std; class Re...
  • Concatenation of two strings sent from Client on the Server - [ TCP ] using C
    /* tcpClient.c */ #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #inc...
  • 8085 Programming: Exchange the contents of memory locations
    Exchange the contents of memory locations 2000H and 4000H. Program 1: LDA 2000H : Get the contents of memory location 2000H into accumulator...
  • Calculate Depreciation using C
    #include<conio.h> #include<stdio.h> void main () { float sv , pv , dep ; int yos ; clrscr (); printf ( "Enter the pu...
  • 8085 Programming: 1's COMPLEMENT OF A 16-BIT NUMBER
    The 16bit number is stored in C050,C051 The answer is stored in C052,C053   LXI H,C050   MOV A,M   CMA   STA C052   INX H   MOV ...

Blog Archive

  • ▼  2020 (1)
    • ▼  May (1)
      • Automating your deployments using Ansible
  • ►  2015 (92)
    • ►  October (4)
    • ►  September (3)
    • ►  August (3)
    • ►  July (9)
    • ►  June (9)
    • ►  May (20)
    • ►  April (7)
    • ►  March (22)
    • ►  February (7)
    • ►  January (8)
  • ►  2014 (158)
    • ►  November (70)
    • ►  October (6)
    • ►  September (82)
Powered by Blogger.

Categories

C - Programming Java Programming Basic Technology 8085 Assembly Programming For Loop Numerical Methods WhatsApp Algorithm Shell Programming Programming Networking Windows Android C++ Programming CPP If Else Tricky Internet Microsoft Pattern Photography Socket Program News While Loop Array DBMS DS Macro Recursion User Defined Function Conditional Operator Data Structure Durga Puja Earthquake Google Mela Nokia SQL Share Yahoo Airtel Bio Command Prompt Confused Facebook Finance Firefox Ganges Graph HokKolorob Input Kolkata MCQ Math Matrix NetNeutrality Oracle Religion Search Sumit Kar Survey Switch Case Viral Virus Visual Studio do-while featured featured_slider

Popular Programs

  • Write a Program to Add two 3x3 Matrix using C
    #include<stdio.h> void main () { int a [ 3 ][ 3 ], b [ 3 ][ 3 ], s [ 3 ][ 3 ], i , j ; printf ( "Enter the values of ...
  • C program for Unit Conversion
    /* Convert Celsius to Fahrenheit */ #include<stdio.h> void main() {     float c,f;     printf("Enter the temperature in Celcius: ...
  • Addition of two numbers on Server sent from Client [TCP] using C
    /* tcpClient.c */ #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #inc...
  • Write a Program to Print the Truth Table of Basic Gates using C
  • Write a Program to Add two 5x5 Matrix using C
    #include<stdio.h> void main() {   int a[5][5],b[5][5],c[5][5];   int i,j;   for(i=0;i<5;i++)   {     printf("\nEnter elements ...
  • Using the concept of Inheritance write a C++ Program to calculate the area and perimeter of rectangle
    /* C++ Program to calculate the area and perimeter of rectangles using concept of inheritance. */ #include using namespace std; class Re...
  • Concatenation of two strings sent from Client on the Server - [ TCP ] using C
    /* tcpClient.c */ #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> #inc...
  • 8085 Programming: Exchange the contents of memory locations
    Exchange the contents of memory locations 2000H and 4000H. Program 1: LDA 2000H : Get the contents of memory location 2000H into accumulator...
  • Calculate Depreciation using C
    #include<conio.h> #include<stdio.h> void main () { float sv , pv , dep ; int yos ; clrscr (); printf ( "Enter the pu...
  • 8085 Programming: 1's COMPLEMENT OF A 16-BIT NUMBER
    The 16bit number is stored in C050,C051 The answer is stored in C052,C053   LXI H,C050   MOV A,M   CMA   STA C052   INX H   MOV ...

Daily Hits

Copyright © Sumit Kar