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
can we have joblib in a proc ?
What are the advantages of using Unions?
What are pointers really good for, anyway?
What is the heap?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
Write a program to swap two numbers without using the third variable?
What is time complexity c?
Write a program to check armstrong number in c?
How many types of operator or there in c?
Is it possible to execute code even after the program exits the main() function?
Difference between MAC vs. IP Addressing
What should malloc() do?
How can I delete a file?
How can I get the current date or time of day in a c program?
Is a pointer a kind of array?