what is difference between array and structure?
Answer Posted / adilakshmi
Array elements are homogeneous type.
Structure elements are different data type.
Array is the pointer to the first element.
Structure is not a pointer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
c program to compute AREA under integral
Write a program to generate the Fibinocci Series
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
What is d'n in c?
What is the use of gets and puts?
What is the difference between formatted&unformatted i/o functions?
What is the purpose of sprintf?
What is the method to save data in stack data structure type?
Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.
What is a static variable in c?
Can we change the value of #define in c?
What are the 4 types of programming language?
Explain how do you sort filenames in a directory?
how to find binary of number?
How can a process change an environment variable in its caller?