MySQL Forums
Forum List  »  Connector/C++

Basic of c programming
Posted by: Ranjit Das
Date: December 29, 2015 04:14AM

Computer programming means giving instruction to the computer and to interact with the computer we need a language to communicate with it, there are many languages such as C, C++, Java, Python each having their own features. Let's discuss first why we need programming suppose you are given ten numbers and asked to arrange them in ascending order then you can do it easily, but what if the numbers are say ten thousand it will be a difficult task and may take a long time and result may also contain errors, to simplify we can write a program which does this task and if the algorithm is correct then we will get result accurately and quickly, this is where programming is helpful.

Ranjit Das

Options: ReplyQuote


Subject
Views
Written By
Posted
Basic of c programming
1515
December 29, 2015 04:14AM
722
March 08, 2016 10:37AM
832
March 14, 2016 12:01AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.