Software Interview Questions
Questions Answers Views Company eMail

What is a message map?

Mphasis,

1 7400

List out the basic features of MFC.

Mphasis,

4 13948

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 16638

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

Convergys,

1872

how can create the lexical parameter after the select class?

Oracle,

1 4503

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

AGiSAC,

2 9532

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

1767

how to pripare BRS/FRS Document for different projects?

Wipro,

1 2887

breef description of batch testing ?

Wipro,

1771

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 5898

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

1 5115

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

1640

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

2020

whats the difference between mobile emulator and simulator?

Cap Gemini, L&T,

3 23264

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

2289


Un-Answered Questions { Software }

What is an Event Bubbling in Javascript?

621


What is the use of dataframe in spark?

214


What are the different types of bots and when are they used in automation anywhere?

102


How do I create a stored procedure in sql server?

580


How can we display the output directly to the browser?

581






What is a wordpress based website?

111


Differentiate between the PROC SUMMARY and PROC MEANS?

341


What is storage management in operating system?

715


What is java argument list?

585


do you have plans for further study?

781


How information is stored on graph in neo4j database?

1


what is the difference between website and web based application ?

2336


What does question mark mean in react?

524


Why is spring framework popular?

203


How do I manage that db instances billed at the reserved instance rate?

134