what is difference between array and structure?
Answer Posted / karam ali
structure is the collection of the different or may be same data type,,,,but the array is the collection of the same data type,
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
When c language was developed?
What does %c do in c?
What is #line in c?
What is static and volatile in c?
When should structures be passed by values or by references?
What is %d used for?
The __________ attribute is used to announce variables based on definitions of columns in a table?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Write a program in c to replace any vowel in a string with z?
What is meant by gets in c?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
What is the meaning of c in c language?
Explain how can a program be made to print the name of a source file where an error occurs?
What does printf does?
define string ?