Interview Questions For All

Interview Questions For All Who Are Waiting For Jobs

Thursday, July 24, 2008

Algorithms And Programming #9

81. What is the difference between "malloc" and "calloc"?

82. struct n {int data; struct n* next} node;
node *c, *t;
c->data = 10;
t->next = null;
*c = *t;
What is the effect of the last statement?

BACk
piot at 6:31 AM

No comments:

Post a Comment

‹
›
Home
View web version
Powered by Blogger.