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
Why is it that not all header files are declared in every C program?
What extern c means?
Are negative numbers true in c?
What is the most efficient way to count the number of bits which are set in an integer?
Where local variables are stored in c?
What does c in a circle mean?
Can a pointer point to null?
FILE PROGRAMMING
Explain how do you list files in a directory?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
Why doesnt that code work?
Tell us something about keyword 'auto'.
Explain what is meant by 'bit masking'?
What is the difference between declaring a variable by constant keyword and #define ing that variable?
how to find anagram without using string functions using only loops in c programming