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
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
why r u join this company? give solid resons.
16 Answers IBM, Infosys, TCS,
Who had beaten up hooligan "CHAKULI" in his early college days?
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
What is difference between Structure and Unions?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }
How to write a code for reverse of string without using string functions?
What is c programing language?
Function to find the given number is a power of 2 or not?
How can I split up a string into whitespace-separated fields?
What are enums in c?