Answer Posted / ashu_deepu
structure can hold different types of data as well as
functions.each member are referenced by .(dot) operator.
but array hold similar type of data type.we just use index
to accesss each element of the array.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What should malloc() do?
Explain can static variables be declared in a header file?
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
How do I swap bytes?
Explain how can I make sure that my program is the only one accessing a file?
What are the 4 types of organizational structures?
Mention four important string handling functions in c languages .
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
Explain how can I avoid the abort, retry, fail messages?
State the difference between x3 and x[3].
What is the value of h?
Difference between pass by reference and pass by value?
what will be maximum number of comparisons when number of elements are given?
Differentiate between a structure and a union.
Are the outer parentheses in return statements really optional?