Why isn't it being handled properly?
No Answer is Posted For this Question
Be the First to Post Answer
What is pointers in c?
Differentiate fundamental data types and derived data types in C.
What does malloc () calloc () realloc () free () do?
Explain Doubly Linked Lists?
write a method for an array in which it can display the largest n next largest value.
Write a program to reverse a string.
0 Answers Global Logic, iNautix, TCS, Wipro,
what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
What is the difference between arrays and pointers?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
2 Answers HCL, IBM, Satyam, Vimal, Vimukti Technologies,
cavium networks written test pattern ..
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.