what is difference between array and structure?
Answer Posted / guest
array is a collection of similar data types.a structure is
a collection of different data types
| Is This Answer Correct ? | 27 Yes | 1 No |
Post New Answer View All Answers
pierrot's divisor program using c or c++ code
Explain what is the purpose of "extern" keyword in a function declaration?
With the help of using classes, write a program to add two numbers.
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
Can a void pointer point to a function?
Write a program for Overriding.
Why is c still so popular?
How do you override a defined macro?
What is return type in c?
When is a null pointer used?
Explain modulus operator. What are the restrictions of a modulus operator?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
What is file in c language?
What is the method to save data in stack data structure type?
What is pointer and structure in c?