Find the error in the following program struct point {struct point *next; int data; } x; main() {int...data; } x; main() {int i; for(x=p;x!=0;) x=x->next,x++; freelist(x); } freelist(x) {free(x); return }
1 5480Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 31703Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 12363Give the output of the following program main() {int ret; ret=fork();ret=fork();ret=fork();ret=fork(); if(!ret) printf("sun"); else printf("solaris");
8 16042Post New Sun Microsystems STL Interview Questions
What do you do in a sprint review and retrospective?
What is a link rel?
Q.What are kinds of reports we used in the marketing? Q.What is call list execution?
What are the types of joins in sql?
What is LazyOutputFormat in Hadoop?
What is dealloc?
Hadoop sqoop is which type of tool?
What is the print program?
How do I send an email message from my ASP.NET page?
How do you concatenate a range?
Why is data processing considered beneficial?
How to convert the Unit for 'Distance' (The value from one Unit to another).
At os level how you can change the number of work process? How you can analyze the status of work process at os level?
What are the different types of APIs available in Node.js?
How do I do a system reset on windows 7?