Answer Posted / manju
It increases the speed of excecution when there is a need
for the usage of arrays....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is register variable in c language?
What is bubble sort in c?
What are compound statements?
What is cohesion and coupling in c?
Explain why C language is procedural?
List the variables are used for writing doubly linked list program.
Why is c known as a mother language?
What is static memory allocation?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
please give me some tips for the placement in the TCS.
What are register variables? What are the advantage of using register variables?
How do you do dynamic memory allocation in C applications?
about c language
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Implement bit Array in C.