what is difference between array and structure?
Answer Posted / tsering dolma
array is collection of same data.
structure is collection of hetogenous data
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain is it better to bitshift a value than to multiply by 2?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
What is bss in c?
Explain the difference between malloc() and calloc() in c?
What are header files why are they important?
What is strcpy() function?
Explain what is gets() function?
#include
How is pointer initialized in c?
my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?
What are the loops in c?
What is actual argument?
write a program fibonacci series and palindrome program in c
What is d'n in c?
Why we use void main in c?