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 5275Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 30103Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 11862Give 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 15489Post New Sun Microsystems STL Interview Questions
why every planet of our universe revolves with ellipsical circle around the sun?
What is cohesion?
How can we improve performance by using SQL Server profiler?
How long can you use windows 10 without activation?
List some of the best practices of using wpf in case you are planning to build a localized/globalized application?
How to stop the execution of php script?
Explain the advantages of gear drive?
How do you install multiple PeopleBooks to the same server?
what is the index and synonym. i have the definitions ...can any one give me brief explanation.. with regards,
Are Voice applications supported on this WIC?
Do you know about C++ 11 standard?
Which is faster 4G or Wi-Fi?
What is notochord? How is this structure formed?
What is api level in android?
Where are value types stored in c#?