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 5478Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 31678Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 12355Give 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 16031Post New Sun Microsystems STL Interview Questions
Why do we use oops?
What is the difference between Droop vs Isoch Control?
How do you get a picture in html?
How to co terminate services to the contracts?
How did you develop different types of people?
Explain what are psrs?
Is java gui dead?
What are numerous ways in which a thread can enter the waiting state?
How to protect special characters in query string?
If you worked for Ross Stores, what are you doing?
i want manual and automation test cases and interview questions
What are the logical operations?
What are user defined functions?
What is postmaster in postgresql?
What is garbage collection in data structure?