IS STRUCTURES CAN BE USED WITHIN AN ARRAY?
Answer Posted / venugopal
YES ,THEY CAN BE,BECAUSE ARRAY CAN HOLD SIMILAR DATA
TYPED ONES,WE ARE USING ONLY STRUCTURE VARIABLES
THEMSELVES.IT WILL BE POSSIBLE.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Is there any possibility to create customized header file with c programming language?
what is the difference between class and unio?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
Can a pointer be volatile in c?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
How are pointers declared in c?
Explain the concept and use of type void.
What is the difference between functions getch() and getche()?
What are run-time errors?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
Write a program to swap two numbers without using third variable in c?
How can you determine the size of an allocated portion of memory?
What is the difference between the local variable and global variable in c?
Who is the main contributor in designing the c language after dennis ritchie?
Which function in C can be used to append a string to another string?