CoDing SeeKho

C Programming in Hindi, Core Java in Hindi, Python in Hindi, Data structure in hindi, c++ in hindi program by Vikas Singh



Online Teaching is an increasingly popular and widely used approach to developing people in their Educational lives. All these courses will provide an understanding of Programs and introduce you to the key skills and techniques in both organisational and personal development settings.



Programming means telling a computer what to do.

"Do this, then do that, than take the two results, mix them up this way, and repeat until you get a pizza out of it…"

It's a bit like cooking.

So, what are the basic operations that a computer can perform?

Of course, a computer can do many things, but at a very basic level, programs consists of the following types of instructions:

input: get data from the keyboard or from some file or other device
output: write
math: perform some simple calculation, like addition and multiplication.
conditional execution: check some condition.