Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Sherston Interview Questions
Questions Answers Views Company eMail

What is X-Path?

2 4575

Post New Sherston Interview Questions


Sherston Interview Questions


Un-Answered Questions

Which transaction on R/3 shows the transactions with pending processes for update?

1469


Program/pseudo code on FIFO? Input a string and make sure that output is in FIFO manner. Eg, Enter 'John Dave' as input and output should be 'John Dave' not 'Dave John'. (inbuilt functions like push, pop were given)

4947


Which container method is used to cause a container to be laid out and redisplayed?

671


What is dataaccessexception?

173


How does file diff work?

487






Explain static method?

561


iam looking for some scenarion on reporting concepts like - replacement path,customer exits, all types of variables. plese send me some important links and materials. so it will be helpful for me. thanks in advance

1468


How to mark an activex control safe for scripting?

416


What are the different control transfer statements used in swift?

499


Explain enthalpy.

655


What are commonly used odbc functions in php?

544


What is new in .net core?

494


How to synthesize methylene bisthiocyanate using CH2Cl2 and NaSCN?

2448


What are the requirements for a swapper to work?

565


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

1863