Answer Posted / nashiinformaticssolutions
Simple and efficient
Portable
Procedural language
Rich set of built-in functions and operators
Low-level access to memory
Pointer support
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between volatile and const volatile?
How many data structures are there in c?
How reliable are floating-point comparisons?
What is array in c with example?
How does placing some code lines between the comment symbol help in debugging the code?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
What would be an example of a structure analogous to structure c?
What is the argument of a function in c?
What are the different data types in C?
What is the use of header?
What is the use of extern in c?
What are the similarities between c and c++?
Why static is used in c?
How can I dynamically allocate arrays?
What is strcpy() function?