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 8018

List out the basic features of MFC.

Mphasis,

4 15028

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 19115

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

Convergys,

2278

how can create the lexical parameter after the select class?

Oracle,

1 5161

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

AGiSAC,

2 10298

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

2137

how to pripare BRS/FRS Document for different projects?

Wipro,

1 3415

breef description of batch testing ?

Wipro,

2068

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 6531

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

1 5573

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

1998

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

2328

whats the difference between mobile emulator and simulator?

Cap Gemini, L&T,

3 24576

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

2614


Un-Answered Questions { Software }

What does %d do in c?

911


Can shell script run on windows?

978


Explain the differences between siebel 7.8 and 8.0?

989


How do you insert a cross reference in word?

543


Is php strongly typed?

997


What is exit rate in analytics?

588


What is css3 word-wrap property?

540


What is data in computer science?

877


What does DOCTYPE mean?

968


What is the difference between chkdsk r and f?

940


I want to store more than 10 objects in a remote server? Which methodology will follow?

3123


What is an int in c#?

861


what are the vmware environment can be monitored by using vmware vi agent?

835


What do you do (with the project staff) when the schedule fails?

2041


Explain what do you mean by insertion sort, bubble sort and selection sort? Also, explain the differences among the functionalities of the three sorts.

990