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.
Explain enumerated types.
Why c is called free form language?
What is the purpose of type declarations?
What is pointer & why it is used?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What does c mean in standard form?
What functions are used in dynamic memory allocation in c?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
What are categories used for in c?
What does char * * argv mean in c?
Explain output of printf("Hello World"-'A'+'B'); ?
What does do in c?
What are the features of the c language?