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
In which layer of the network datastructure format change is done
What is difference between stdio h and conio h?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
formula to convert 2500mmh2o into m3/hr
What is LINKED LIST? How can you access the last element in a linked list?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
What is the g value paradox?
What are the two forms of #include directive?
explain what are pointers?
What is a node in c?
Which is best book for data structures in c?
What 'lex' does?
Why is structure padding done in c?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?