Answer Posted / somuburra
it is astructure oriented program.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Is c still relevant?
What is the size of structure pointer in c?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What are data structures in c and how to use them?
Tell us something about keyword 'auto'.
What are the 32 keywords in c?
"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above
Explain how can type-insensitive macros be created?
What do you mean by command line argument?
Define recursion in c.
find out largest elemant of diagonalmatrix
What are global variables and explain how do you declare them?
What is a example of a variable?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
State two uses of pointers in C?