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

Black Stone Interview Questions
Questions Answers Views Company eMail

What is the ratio of Grades M10,M15,M20,M25,M30,M35,M40.

69 1196073

What is Aggrgate sizes used in a WMM Plant?

3 6263

Post New Black Stone Interview Questions




Un-Answered Questions

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 ) { }

2220


Why is spark good?

199


Explain django’s architecture.

211


What is asp.net version?

536


What is named query in hibernate?

153






What is nolock hint in sql server 2008

638


please send me samples of tech. & aptitude tests

1521


where can i get vijaya electricals limited in hyderabad interview auestions can u give me the website address plz

1651


Specify some uses of HBase?

140


Which case the data to be stored in columnar storage?

51


How to run DOCK 6 using cygwin?

5837


Why was “naive” bayes naive?

545


Define laravel guard.

462


How knowing many functional areas can help you in the development of the enterprise?

445


What is the command for cut?

517