[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

Technical Discussion :: C

42. void f(int y)
{
struct s *ptr;
ptr = malloc (sizeof (struct)+99*sizeof(int));
}

struct s{
int i;
float p;
};
When free (ptr) is executed, then what will happen?

Answer:

No Discussion on this question yet!

Asked In :: Cisco

Post Your Answer Here:

Name *
Email
Alert me