what is difference between array and structure?
Answer Posted / tsering dolma
1. Array is collection of homogenous data and
structure is collection of hetogenous data
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you pass an entire structure to functions?
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.
Explain what is the general form of a c program?
Write the control statements in C language
Process by which one bit pattern in to another by bit wise operation is?
int far *near * p; means
When can you use a pointer with a function?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
Can static variables be declared in a header file?
What do you know about the use of bit field?
What is structure in c definition?
What is structure data type in c?
How can I get the current date or time of day in a c program?
Differentiate fundamental data types and derived data types in C.
What is declaration and definition in c?