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 5276Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list
21 30106Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
6 11863Give 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 15490Post New Sun Microsystems STL Interview Questions
What is fluid layout in bootstrap?
what is maxcdn bootstrap?
Explain test driven development (tdd) ?
Explain various types of controllers?
What is percent sign in sql?
What is a permanent url?
What is syscat in db2?
if you do have a stack overflow profile.what is your ranking?
What is proxy object in python?
how r charge carriers produced
How do you start a startup?
List some features of 8051 microcontroller.
Explain the difference between plc and dcs?
Source File: Target EMPNO, SAL Empno, Format 101, 1000 101, 1000 101, 1100 101, 1000, 1100 101, 1000 101, 1000, 1100, 1000 101, 10000 101, 1000, 1100, 1000, 10000 102, 1100 102, 1100 102, 1300 102, 1100, 1300 102, 1200 102, 1100, 1300, 1200 102, 1500 102, 1100, 1300, 1200, 1500 How can i get that output using datastage(ETL) tool
Can member functions be private?