Answer Posted / balamurugan
An Array is a collection of similar data type,that are
refered by common or single name.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What is a void pointer? When is a void pointer used?
Here is a neat trick for checking whether two strings are equal
What is the difference between new and malloc functions?
What is a #include preprocessor?
What is static and auto variables in c?
What are the string functions? List some string functions available in c.
Explain the priority queues?
Explain what is a 'locale'?
What are preprocessor directives in c?
How will you find a duplicate number in a array without negating the nos ?
What is the mean of function?
What is the newline escape sequence?
What is queue in c?
Explain is it valid to address one element beyond the end of an array?