Answer Posted / khaja
array is used for same or similar datatypes
and
structure is used for different data types
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What will the code below print when it is executed? int x = 3, y = 4; if (x = 4) y = 5; else y = 2; printf ("x=%d, y=%d ",x,y);
What is unsigned int in c?
Explain the difference between call by value and call by reference in c language?
What library is sizeof in c?
in iso what are the common technological language?
What is getch() function?
What is the difference between malloc() and calloc()?
What is variable and explain rules to declare variable in c?
What tq means in chat?
What are the basic data types associated with c?
Apart from dennis ritchie who the other person who contributed in design of c language.
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
List some of the dynamic data structures in C?
What is static function in c?