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

eSoft Interview Questions
Questions Answers Views Company eMail

can we call stored Procedure in Function in Sql Server 2000 and vice versa.

3 18096

give me the detailed steps to run batch test in winrunner?

1 5554

difference between partial and public ?

1667

what is n tier ?

1 3295

no.of pages comes before protected void ?

1510

What is the difference between ERP and CRM

1 3544

Post New eSoft Interview Questions




Un-Answered Questions

What is a manifest in .net?

596


How is the derived table unique about a view? Which one is a favored arrangement? : sap bobi

442


What is the Assets & Liabilities?

1779


What are views in drupal?

68


Is it necessary to kill the topology while updating the running topology?

308






Explain balance sheet and NPA.

635


Explain virtual class and friend class.

589


What is reference class?

58


How do I remove winlogon exe virus windows 7?

440


What is the use of anonymous function in php?

545


By using set next stage, we can do “fast-forward” or “rewind”?

225


How to generate an error for SELECT statements that divide by zero?

1266


When will we use them?

579


I need testPalindrome and removeSpace #include #define SIZE 256 /* function prototype */ /* test if the chars in the range of [left, right] of array is a palindrome */ int testPalindrome( char array[], int left, int right ); /* remove the space in the src array and copy it over to the "copy" array */ /* set the number of chars in the "copy" array to the location that cnt points t */ void removeSpace(char src[], char copy[], int *cnt); int main( void ) { char c; /* temporarily holds keyboard input */ char string[ SIZE ]; /* original string */ char copy[ SIZE ]; /* copy of string without spaces */ int count = 0; /* length of string */ int copyCount; /* length of copy */ printf( "Enter a sentence:\n" ); /* get sentence to test from user */ while ( ( c = getchar() ) != '\n' && count < SIZE ) { string[ count++ ] = c; } /* end while */ string[ count ] = '\0'; /* terminate string */ /* make a copy of string without spaces */ removeSpace(string, copy, ©Count); /* print whether or not the sentence is a palindrome */ if ( testPalindrome( copy, 0, copyCount - 1 ) ) { printf( "\"%s\" is a palindrome\n", string ); } /* end if */ else { printf( "\"%s\" is not a palindrome\n", string ); } /* end else */ return 0; /* indicate successful termination */ } /* end main */ void removeSpace(char src[], char copy[], int *cnt) { } int testPalindrome( char array[], int left, int right ) { }

2197


What is the size of a string in java?

536