Describe a finite state machine that will detect three consecutive coin tosses (of one coin) that results in heads.
2844Find 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 5413Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 31024Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 12177Give 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 15850Post New Sun Microsystems Interview Questions
Why oil with petrol can be used in two stroke engines but not in four stroke engines (two wheelers)?
What is cdk in angular?
How to deal with a customer who denies paying for the product?
Explain about Onchange Activity?
What is difference between array and vector?
How do you find lambda?
Why is treeset sorted?
give the brief about monitoring of custom logs and kulmapper utility in itm?
How we can Evaluate Market Potential and Risk? Especially in Telecom and Banking Sector
___ property used to add a menus at runtime.
HOW DOES THE ELECTRONIC ENERGY METER WORKS?
What is ms powerpoint and its features?
Does thermal inversion occur in the winter or in the summer?
Is scripting and coding the same thing?
How can you read an integer value from the keyword when the application is runtime in java? example?