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
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
Write a program to swap two numbers without using third variable in c?
What is the size of a union variable?
What is the difference between local variable and global variable in c?
Write a program of prime number using recursion.
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
What is default value of global variable in c?
How can I find out the size of a file, prior to reading it in?
how to find binary of number?
Why array is used in c?
How can I get the current date or time of day in a c program?
what is the significance of static storage class specifier?
Explain the use of 'auto' keyword