Describe a finite state machine that will detect three consecutive coin tosses (of one coin) that results in heads.
2443Find 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 4630Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 26201Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 10366Give 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 13482Post New Sun Microsystems Interview Questions
How do you manage your time? Give me a reason of being late?
Where is the instant messaging server?
What is the hardest coding language to learn?
What does Model, View and Controller represent in an MVC application?
Give a detailed overview about the big data being generated by facebook?
Write basic concepts of oops?
What is informatica powercenter repository?
We make aluminum moulds by press casting, can you suggest any thing so that the moulds should shine after casting?
what is the formula of starting current of 3phase and 1 phase motor???
Do loops java?
how to use C++?
if grounding is notdone at regular intervals for long distance transmission, will the load connected at distribution end receive voltage during negativehalf cycle of the sine wave?
In accounting, vat abbreviates what?
What does a construction cost covers and what does not?
What is an exception in java?