Answer Posted / srujan kumar reddy
C programming is one of thousands of computer programming languages that allow users to create instructions for a computer to follow. While C has a slightly more cryptic style than some other programming languages, it's fairly easy to learn and allows you to read and write code for many different platforms. Because it's so efficient and gives the user a lot of control.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is optimization in c?
Write a program for finding factorial of a number.
What is n in c?
What is the purpose of 'register' keyword?
What is the difference between #include
How can I split up a string into whitespace-separated fields?
Can we use visual studio for c?
What are the different types of objects used in c?
Can you please explain the difference between syntax vs logical error?
What is the purpose of ftell?
What is the use of gets and puts?
Do you know null pointer?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
I came across some code that puts a (void) cast before each call to printf. Why?
What is the purpose of main( ) in c language?