Question:
What is C programming?
?
2012-03-15 22:51:24 UTC
I am new in programming. I don't know how c programming is working. Please help me.
Seven answers:
jwong71091
2012-03-17 05:01:14 UTC
C language is used for creating computer applications and also used a lot in writing embedded software/firmware for various electronics, industrial and communications products which use micro-controllers.



It is also used in developing verification software, test code, simulators etc. for various applications and hardware products.





If you want to learn C programming then you can try out these resources





You can go to your local library or store or an online store like Amazon.com to find many books, DVDs, and etc. for learning many things





C All-in-One Desk Reference for Dummies is a good introductory book for learning C Programming



http://www.amazon.com/All-One-Desk-Reference-Dummies/dp/0764570692/ref=cm_cr_pr_product_top#_





You can use a search engine like Google.com to find free tutorials, ebooks, forums, videos and other information





There are many online forums for C programming and etc...whenever you need advice or information for these programming languages then you should go to one of these forums because they are experts in C programming and they can really be helpful



C forum

http://www.google.com/search?hl=en&source=hp&q=C++++forum&aq=f&aqi=g9g-s1&aql=&oq=





The website HowStuffWorks has good tutorials for C programming, Java, and etc.



C Programming

http://www.howstuffworks.com/c.htm





Free C programming course

http://www.google.com/search?hl=en&q=Free+C+programming+course&oq=Free+C+programming+course&aq=f&aqi=g2g-v2&aql=&gs_sm=12&gs_upl=37360l37360l0l38469l1l1l0l0l0l0l62l62l1l1l0&gs_l=serp.12..0l2j0i15l2.37360l37360l0l38469l1l1l0l0l0l0l62l62l1l1l0.frgbld.





C tutorial

http://www.google.com/search?hl=en&source=hp&q=C+tutorial&aq=f&aqi=g10&aql=&oq=





Cprogramming.com and Cprogramminglanguage.net have many good tutorials, programming tools, online forum, and etc. for learning C and C++ programming



http://www.cprogramming.com/tutorial.html



http://cprogramminglanguage.net/





YouTube has videos for learning almost any subject or topic



C Programming



http://www.youtube.com/view_play_list?p=78280D6BE6F05D34&search_query=C+programming





C Programming, playlist



http://www.youtube.com/results?search_query=C+Programming%2C+playlist&oq=C+Programming%2C+playlist&aq=f&aqi=g1&aql=&gs_sm=12&gs_upl=149921l149921l0l151015l1l1l0l0l0l0l94l94l1l1l0



Good luck and I hope this will help
Neel
2012-03-17 05:03:20 UTC
The C programming language is a popular and widely used programming language for creating computer programs. Programmers around the world embrace C because it gives maximum control and efficiency to the programmer.
Yoshi
2015-10-25 19:51:43 UTC
C is a programming language first developed at Bell Labs. It is considered to be a "low-language" (meaning that the programmer works relatively closely with the hardware), occasionally put one step above Assembly (even though it is not nearly as abstract as Assembly). It is really a fun and interesting language to work with. I would definitely recommend it (if you are determined).
Anantha
2012-03-15 22:59:06 UTC
It is a system programming language.
Pesala
2013-09-29 05:57:19 UTC
C is a powerful programming language designed in 1970`s. It is a structured programming language which has the features,

- Hi level language(Close to human language than machine language)

- Case sensitive

int a ;

int A;

both can exist and they are different

- file extenuation is .c or .h.



eg:



#include

#include

void main()

{



println("Hello world");

}
mackert
2016-12-04 02:53:14 UTC
no longer anymore, at one time C++ replaced into basically an extension of C. because of the fact then, C has replaced, and so has C++. in spite of if that being reported that isn't any longer unusual for an identical software to assemble the two C and C++. the perspective is an identical, yet there are basically some differences int he libraries which you opt for the compiler to hyperlink to.
2012-03-16 07:52:56 UTC
It's the language that when you start coding, you will be calm but you will be cursing when you compile/run


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...