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 is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
What is the acronym for ansi?
Why is c called "mother" language?
What functions are used for dynamic memory allocation in c language?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What does char * * argv mean in c?
What is file in c language?
Apart from dennis ritchie who the other person who contributed in design of c language.
What are different types of pointers?
What is a pointer in c plus plus?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
How many types of arrays are there in c?
What is strcmp in c?
Explain spaghetti programming?
Write a program to print factorial of given number without using recursion?