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
Why does notstrcat(string, "!");Work?
How many keywords are there in c?
i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
What is structure and union in c?
What are different types of operators?
What does the c preprocessor do?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
Explain how are 16- and 32-bit numbers stored?
What are # preprocessor operator in c?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
What does int main () mean?
Do you know the use of fflush() function?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What is dangling pointer in c?