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.
No Answer is Posted For this Question
Be the First to Post Answer
Which of the following about automatic variables within a function is correct ? a.its type must be declared before using the variable b.they are local c.they are not initialised to zero d.they are global.
what are the compilation steps? ( i want inside the compiler )
main() {int a=200*200/100; printf("%d",a); }
What is the time and space complexities of merge sort and when is it preferred over quick sort?
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
Why isn't any of this standardized in c? Any real program has to do some of these things.
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
how to introdu5ce my self in serco
can any one provide me the notes of data structure for ignou cs-62 paper
what's the return value of malloc()
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd