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 8149

List out the basic features of MFC.

Mphasis,

4 15216

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 19612

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

Convergys,

2359

how can create the lexical parameter after the select class?

Oracle,

1 5272

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

AGiSAC,

2 10451

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

2196

how to pripare BRS/FRS Document for different projects?

Wipro,

1 3530

breef description of batch testing ?

Wipro,

2129

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 6666

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

1 5660

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

2053

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

2397

whats the difference between mobile emulator and simulator?

Cap Gemini, L&T,

3 24812

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


Un-Answered Questions { Software }

what is DLL Hell and how it is solved in .NET? please explain clearly??

2375


How can you convert QTP 8.2 scripts to QTP 9.2. Please give some inputs ASAP.

2845


How can I find out if there are characters available for reading?

1111


Why do we use mysql?

936


Explain a path in unix.

957


What is the difference in creating filters in designer and business objects?

1025


How can you find out the version of the installed mysql?

1315


Which is better oop or procedural?

1071


What is oauth2 in laravel?

722


How to create database with physical files specified in ms sql server?

993


How many report formats are available in ms excel?

642


What is filter command in unix?

972


What is Admin Repoting Kit(ARK)?

801


What is smtp and how it works?

3


How does dependency injection work and why would you need it?

444