Describe a finite state machine that will detect three consecutive coin tosses (of one coin) that results in heads.
2811Find 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 5334Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 30409Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 11985Give 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 15634Post New Sun Microsystems Interview Questions
What is current & voltage ? Voltage perform at any load without current or not?
What is dhtml and its features?
Key difference between ip10 and ip20 of ceragon equipment?
What do I do if windows update failed to install?
Should every class implement an interface?
What does it mean to restore default settings?
How to perform I/O on Sockets?
Write command to import an mysql file?
I want to prepare a patch installation for my company. I need all the files which have been modified since Jan 09. I have taken the history of project in VSS, for date range 01Jan09 to today. Now whats the procedure of getting all those files to my local directory, which is being used for a patch install preparation. Thanks.
I am studing in MEB(MBA+IT), In our course there is no specialation and I want to go in finance, in june-july i am going to do intersip program so what would i do to make arrengement for my summer training
What is object service? : Entity framework
What is anagram of a string?
What types of tools or measuring devices do you use related to math?
Explain the Flash vs. Animated Images and Java Applets.
What does %d do in java?