Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Exalt Interview Questions
Questions Answers Views Company eMail

what is prototype model(in S.T.L.C)? What is architecture of prototype model?

3 10312

what is tracebility matrix.what is tracebility template

6 12035

tell about tomcat webser

3 6443

what is change management and change request

4 8434

what is def of MAINTEST

1 4824

Suppose one project is given to u.How do u know whether this project is suitable for manual testing or automation.

3 8588

FOR what type of prjects we r using automation,why?

4 8854

suppose u got defects.we r send to this through TD.Before that where we r stored

2 6849

what is WinRunner frame

1 4648

what is Scalability,Critical Analysis

1 5235

Post New Exalt Interview Questions




Un-Answered Questions

Is the popularity of microsoft office still being protected by microsoft access?

804


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

2685


How to debug a batch job when it is in messagewait(mswg) status. I know the steps for batch ebugging, but im confusing with when we submit any job for batch debug we put in held state. So here also do same thing or any other way?

1269


Define ecology?

294


What are all the ways to access hibernate by using spring?

398


What is the use of custom directive in angular 2?

766


The probability of getting at least one head in a single throw of three coins is

962


What is the use of process templates in blue prism?

378


what are the three modes in which Hadoop can be run?

626


Explain code inspection?

1136


What do centrioles do?

1066


Does a function need a return?

967


How do you check if data in one column is in another?

604


can you explain the software testing life cycle?

1075


How do I merge word documents without losing formatting?

710