what is difference between array and structure?
Answer Posted / bavithra
Array:Derived datatype
Structure:User defined datatype
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is it better to bitshift a value than to multiply by 2?
How can I dynamically allocate arrays?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
What is the difference between printf and scanf in c?
What are the advantages of c language?
Why we use int main and void main?
Can static variables be declared in a header file?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
How can variables be characterized?
How can a number be converted to a string?
Why C language is a procedural language?