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
Can I initialize unions?
Why is this loop always executing once?
What is a substring in c?
Where can I get an ansi-compatible lint?
which is an algorithm for sorting in a growing Lexicographic order
What is variable declaration and definition in c?
How can I find the modification date and time of a file?
What is the use of bit field?
What are the string functions? List some string functions available in c.
explain what are pointers?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
Why does the call char scanf work?
Tell me about low level programming languages.
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What is hashing in c?