what is difference between array and structure?
Answer Posted / monishasyed
Array is same data type
it can not bit field
it has the base pointer
structure is the different data type
it can bit field
it has the poiter
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is the difference between functions getch() and getche()?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
Explain what is gets() function?
What does %c mean in c?
a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
In a switch statement, explain what will happen if a break statement is omitted?
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 structure in c explain with example?
Which function in C can be used to append a string to another string?
What is static and auto variables in c?
What are the disadvantages of a shell structure?
What are the advantages of using linked list for tree construction?
Explain what are multibyte characters?
When should a type cast be used?