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...



Software Interview Questions
Questions Answers Views Company eMail

What is a message map?

Mphasis,

1 8259

List out the basic features of MFC.

Mphasis,

4 15359

int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?

HCL, Mphasis,

11 19950

what is woransient key word? how it is used in java

Convergys,

2442

how can create the lexical parameter after the select class?

Oracle,

1 5342

how to create textboxes dynamically and insert textbox text into sql database

AGiSAC,

2 10550

write a c program in such a way that if we enter the today date the output should be next day's date.

2237

how to pripare BRS/FRS Document for different projects?

Wipro,

1 3591

breef description of batch testing ?

Wipro,

2177

Is Test report same as Bug report....? I have to give Test Report to the client for my Application ....and as it started all of sudden i did not make the test cases and started of testing .....The bug Tracker where i report the bugs has a facility to download the Bug reported in word or in excel format....It has the detailed description of "version" of appliation tested, whom assigned .., resolved , closed..then the steps to reproduce the bug and all...Is the documnet test report...

2 6754

how many chart of a/cs can assign to company code?

1 5742

In Selenium how a test suit is run and report is generated.

2098

In Selenium how a test suit is run and report is generated.

2436

whats the difference between mobile emulator and simulator?

Cap Gemini, L&T,

3 24946

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

2746


Un-Answered Questions { Software }

What according to you, is more important between model accuracy and model performance?

172


Which framework is provided for the programs to interchange information about Linux OS?

1022


List down the advantages of react router?

454


What is the importance of .hiverc file?

895


Mention the different types of replication in sql server.

1067


Differentiate the concepts of .js and .min.js?

953


How are applications categorized?

989


What is the difference between partitioning with key / hash and round robin?

1465


We know python is all the rage these days. But to be truly accepting of a great technology, you must know its pitfalls as well. Would you like to talk about this?

1760


Which sorting does collections sort use?

946


Draw the states of a process in an OS.

1172


What is message listener container?

857


Should testing be done only after the build and execution phases are complete?

1682


How many databases Microsoft SQL server provides?

1144


What is default postgres port?

933