what is difference between array and structure?
Answer Posted / tsering dolma
1. Array is collection of homogenous data and
structure is collection of hetogenous data
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is page thrashing?
Explain what is wrong in this statement?
What is pivot in c?
What are unions in c?
Explain what is page thrashing?
Do you know the difference between exit() and _exit() function in c?
What is quick sort in c?
Explain logical errors? Compare with syntax errors.
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What is the difference between array and pointer?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What is selection sort in c?
What does 2n 4c mean?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?