• Study Computer Science Subjects


    Improve your marks and chance of jobs with our audio video learning programs that follow the latest syllabus of most Indian universities.
    Download for Free download
  • What is Learn By Watch?
     
    The smartest way to learn Computer Science / Information Technology subjects- on your own at home! With Learn By Watch, you can learn fast and easily. Connect with us and start learning today

    Student Speak
    "I just watch your videos of c language tutorial on you tube, it was just amazing, very simple and easy to understand."       -Yatin
p { line-height: 24px; font-size:12pt; text-align:justify;} number{font-size:36pt;color:skyblue;}           जैसा कि मैंने अपनी पिछली post [ X Factor ] में आपसे वादा किया था कि आपको अपना ब्लॉग बनाने के बारे में बताऊँगा तो लीजिये में हाज़िर हूँ अपनी  इस पोस्ट के साथ जिसे पढने के बाद आप अपना ब्लॉग बना सकते हैं| ब्लॉग क्या होता है ?           अगर कुछ definition पर ध्यान दिया जाये तो blog एक तरह की dia...
Mistake No. 1 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 condition is not true and hence the statement under if will not execute. Your concept is not wrong, you are right here but probably you miss the semicolon that is placed just after if statement in the programs. if statement ends here and the fol...
From the day one we are hearing the same problem with the users of our site We are not able to remember user name and passwords for your site. And everytime we login we need to reset the password. Now a days one have to create more then one account gmail, yahoo, flickr, facebook, twitter, AOL etc. This list is unlimited, because these sites fulfill your different-different needs. So one have to remember as many pair of user name - passwords as many sites one have joined. In such a case it is...
p { line-height: 24px; font-size:12pt; text-align:justify;} number{font-size:24pt;} मुझे उम्मीद है कि आप सभी ओपन सोर्स की ताकत से भली-भांति परिचित होंगे। संक्षेप में कहा जाये तो ओपन सोर्स का अर्थ होता है मिल कर कार्य करना। कुछ कहावतें तो आपने सुनी ही होंगी जैसे एक से भले दो, अकेला चना भाड नहीं फ़ोड सकता इत्यादि। सही है, मिलकर हम जो काम कर सकते हैं वह अकेले नहीं कर सकते। यह बात मानव की सबसे पुरानी सभ्यता से आज तक के समाज पर लागू होती है। आज का युग सूचना प्रौधौगिकी का युग है और इस युग मे...
I hope you are aware of "open culture" that is being used in almost all areas of information technology now a days. Open culture is all about creating things in a collaborative environment. Open Culture: Although it is not new for human, as a human we learn this culture from the very beginning, If you will see around you will find all the things surrounding us are created and maintained by the same open culture that is now a days being used in information technology. Look around...