what is difference between array and structure?

Answer Posted / karam ali

structure is the collection of the different or may be same data type,,,,but the array is the collection of the same data type,

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I remove the trailing spaces from a string?

614


Explain bitwise shift operators?

632


Write a program to print "hello world" without using a semicolon?

595


Is c procedural or object oriented?

580


Why we use stdio h in c?

579






What is the difference between break and continue?

604


How can you allocate arrays or structures bigger than 64K?

683


What are the 4 types of unions?

609


Explain what is gets() function?

631


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

1518


How can you pass an array to a function by value?

599


Is anything faster than c?

585


A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?

1777


Can you please explain the difference between syntax vs logical error?

695


What are the different types of C instructions?

678