What is difference between array and structure in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What are preprocessor directives?

0 Answers  


what will be the output of this program........ main() { int a=2,b=4,c=6; printf("%d"); } why it gives the value of third variable.

6 Answers   HCL,


which is faster execution: loops or recursion?

3 Answers  


What is the difference between malloc() and calloc()?

0 Answers  


Can you define which header file to include at compile time?

0 Answers   Aspire, Infogain,






What is the difference between array and pointer in c?

0 Answers  


How does selection sort work in c?

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it

7 Answers  


What is the difference between typedef struct and struct?

0 Answers  


What is c variable?

0 Answers  


What is the difference between new and malloc functions?

0 Answers   InterGraph,


write a program to print calender using for loop.

1 Answers   HCL, TCS,


Categories