what is difference between array and structure?
Answer Posted / srinidhi
array means homogenious it can hold only its or char ,float
stucture means heterogenious it can contain 1 int,i floatso
it is contains mixed data
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
why do some people write if(0 == x) instead of if(x == 0)?
What are c preprocessors?
How to establish connection with oracle database software from c language?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
When a c file is executed there are many files that are automatically opened what are they files?
What is header file in c?
What are global variables?
Why is c called a structured programming language?
How do you sort filenames in a directory?
Why is it that not all header files are declared in every C program?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is indirection in c?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
What are extern variables in c?
Why header files are used?