Answer Posted / khamseum
array is a collection of data items of same datatype
| Is This Answer Correct ? | 63 Yes | 17 No |
Post New Answer View All Answers
What does typedef struct mean?
Why is %d used in c?
Can include files be nested?
What are identifiers in c?
Explain function?
What is the method to save data in stack data structure type?
What does the c preprocessor do?
Explain what is the stack?
What is the scope of an external variable in c?
What do the functions atoi(), itoa() and gcvt() do?
Why main function is special give two reasons?
Why flag is used in c?
What is the translation phases used in c language?
What is meant by operator precedence?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +