what is difference between array and structure?
Answer Posted / kunal
array is scope of variable
structure is a scope of data type
| Is This Answer Correct ? | 12 Yes | 6 No |
Post New Answer View All Answers
What is the difference between union and structure in c?
What does static variable mean in c?
Explain what is wrong with this statement? Myname = ?robin?;
program to convert a integer to string in c language'
Why is python slower than c?
What is c++ used for today?
What are the types of bitwise operator?
Define the scope of static variables.
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
Write a program to print fibonacci series without using recursion?
What is the difference between volatile and const volatile?
What is function in c with example?
What is the purpose of the preprocessor directive error?
How many bytes is a struct in c?
What are runtime error?