what is difference between array and structure?
Answer Posted / abinaya
array:arrray is a collection of similar datatypes stored in
common name.it is a scpe of variable
structure:structure is a dissimilar datatypes stord in
common name.it is a scope of datatype
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is a string?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What is self-referential structure in c programming?
What is the explanation for prototype function in c?
What is exit() function?
When can you use a pointer with a function?
What is the difference between single charater constant and string constant?
How many levels of indirection in pointers can you have in a single declaration?
What are the different file extensions involved when programming in C?
Why do we need volatile in c?
a program that can input number of records and can view it again the record
What does malloc () calloc () realloc () free () do?
what is the different bitween abap and abap-hr?
How can you return multiple values from a function?