what is difference between array and structure?
Answer Posted / ankur
array starts from a
and structure means 36-24-36
most significant diffrence
| Is This Answer Correct ? | 14 Yes | 54 No |
Post New Answer View All Answers
What is a void pointer in c?
What is the purpose of ftell?
explain what is a newline escape sequence?
What is typedef struct in c?
What is an lvalue?
Why is extern used in c?
What are structure members?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
What is function prototype in c with example?
Place the #include statement must be written in the program?
How does sizeof know array size?
Explain how do you print only part of a string?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
What is abstract data structure in c?
How do I determine whether a character is numeric, alphabetic, and so on?