3 common mistakes in if statement

Look at the program given below int main() { char c = 'a'; if ( c == 'b' ); printf("%c", c); } Now guess the output of the above program? a b nothing will print Most of you will think of the 3rd option because you can see the...Read More>>

How to learn Programming?

Learning Programming is same as learning a new game. Let's take an example of chess. If you want to learn to play chess which method will you choose, I will give you two options- First Option: Read and understand all the rules of chess. Revise them...Read More>>

प्रोग्रामिंग कैसे सीखें ?

प्रोग्रामिंग सीखना ठीक वैसा ही है जैसे किसी गेम को सीखना।   यहां मैं शतरंज का उदाहरण लूंगा।  मान लेते हैं आपको शतरंज सीखना है तो आप कौन सा तरीका अपनायेंगें?, दो तरीके हैं-     पहला तरीका - आप शतरंज के सभी नियमों को खूब अच्छी...Read More>>