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
How can you restore a redirected standard stream?
Explain what is dynamic data structure?
Did c have any year 2000 problems?
Tell me about low level programming languages.
What are the 5 types of inheritance in c ++?
What are enums in c?
What is the difference between array and linked list in c?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
Why is c called a structured programming language?
Where does the name "C" come from, anyway?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Why is %d used in c?
Why is c so powerful?
How do you print an address?
Is the exit() function same as the return statement? Explain.