Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

why c is more important

0 votes
asked Aug 22, 2019 by anonymous

6 Answers

0 votes
answered Aug 22, 2019 by Jongbo (470 points)
i learned that c langauge is low lever languages, which is close to computer language. and learning c and getting used to it might hlep learning other language too. and you might be able to use more creative and flexible codes with the other langauges too.
0 votes
answered Aug 23, 2019 by lucifer (180 points)

C is the basic language which will help you with other programming languages. It gives basic understanding and tells about basics of programming. It is also considered as low level language and is close to computer language. By changing the syntax and using knowledge you can work on many different programming languages. 

0 votes
answered Aug 24, 2019 by Biswadeep Datta (220 points)
It is the mother of all programming languages. It will help you to increase the strength of your basic learning in programing before learning other programing languages like C, C++, JAVA, python etc. Even in campus interviews, question are asked from C programing and even in aptitude test, questions come from C. So yes you should know C to have a great future as a computer engineer.
0 votes
answered Aug 24, 2019 by Mouli Chowdary Meduri (150 points)

c language will develope our skills to perfome coding well in better manner and it is the easy way of language to understand for computer and it the basic language of learning

0 votes
answered Aug 26, 2019 by anonymous
C language is very basic in nature of all coding languages. It has enough features to implement many data structures. When we code in c we have to manually develop functions for implementations of data structures like LinkedList, queue  or heap. which enables us to study the background working of these DS ( In Java n other OOP languages these DS are already present with system library). C is also a core language on which Linux is build.
0 votes
answered Aug 27, 2019 by anonymous
According to me, If you want to learn c language, then go for it.

otherwise you can easily start your programming with python or even with java language.

if you don't have any coding background then too you can start with java or python.
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...