what is difference between array and structure?
Answer Posted / shruti
Array is a base pointer..
** it points to a particular memory location..
Structure is not a pointer..
| Is This Answer Correct ? | 209 Yes | 50 No |
Post New Answer View All Answers
In which layer of the network datastructure format change is done
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)
How does pointer work in c?
Do you have any idea how to compare array with pointer in c?
What is a structural principle?
Do character constants represent numerical values?
What does sizeof int return?
Can you mix old-style and new-style function syntax?
In which header file is the null macro defined?
what type of questions arrive in interview over c programming?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Write a program to swap two numbers without using a temporary variable?
Explain what is gets() function?
Write a C program to count the number of email on text