Answer Posted / ashu_deepu
structure can hold different types of data as well as
functions.each member are referenced by .(dot) operator.
but array hold similar type of data type.we just use index
to accesss each element of the array.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the salient features of c languages?
What are qualifiers in c?
Explain what are multibyte characters?
What is a null pointer in c?
Can you return null in c?
What is the use of void pointer and null pointer in c language?
What is double pointer?
Write a program to swap two numbers without using third variable?
What is context in c?
What are the 4 types of unions?
What is the difference between far and near in c?
Is c procedural or functional?
what is the syallabus of computer science students in group- 1?
How do we open a binary file in Read/Write mode in C?
When should I declare a function?