IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
Answer Posted / swamy s t
No. Because arrays are homogeneous datatype and
structures are heterogeneous datatype. So we cann't
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Array is an lvalue or not?
What does the error 'Null Pointer Assignment' mean and what causes this error?
What is array within structure?
What is wrong with this initialization?
Why functions are used in c?
The statement, int(*x[]) () what does in indicate?
Explain what does it mean when a pointer is used in an if statement?
What does it mean when a pointer is used in an if statement?
What is void pointers in c?
What oops means?
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.
Explain what is the difference between functions getch() and getche()?
What is the use of bitwise operator?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
What is the difference between char array and char pointer?