what is difference between array and structure?
Answer Posted / sushil
structure: structure is a collection of variable, reference
under convinent mean of keeping related information.
| Is This Answer Correct ? | 7 Yes | 17 No |
Post New Answer View All Answers
What is else if ladder?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
Explain how do you print an address?
Is malloc memset faster than calloc?
Explain built-in function?
How many keywords (reserve words) are in c?
Compare and contrast compilers from interpreters.
How do you list a file’s date and time?
Difference between Function to pointer and pointer to function
What are local variables c?
What are volatile variables in c?
What is the difference between procedural and functional programming?
#include
What is the modulus operator?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??