Answer Posted / abirami
it is used to check the various type of cases in one program.
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
Explain why c is faster than c++?
Why is structure padding done in c?
what is the significance of static storage class specifier?
What is volatile, register definition in C
What are the different types of data structures in c?
How can you check to see whether a symbol is defined?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
Can we initialize extern variable in c?
What is the difference between break and continue?
Why enum is used in c?
Explain what are the different file extensions involved when programming in c?
what are bit fields? What is the use of bit fields in a structure declaration?
What are the 5 organizational structures?
What is a buffer in c?
One of the Institutes contains 5 student groups. Every group contains 4 students. Institute wants to store student group’s details in array. Group should contain group member’s details (name and registration number and age), project name, and mark of the group.