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 15215

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 19605

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 5659

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 24810

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 }

How can cdma work?

748


What does dynamic component in javascript contain?

1003


Which oracle applications pl/sql standard apis you are familiar, have you used most of them?

1120


Explain transaction manager?

1074


How angular router works?

902


Explain try keyword?

955


What is ftp used for?

1107


Why is treeset sorted?

986


How viewstate is being formed and how it is stored on client in .net?

1001


What is the use of function Proc summary?

1283


How is adaptive learning implemented using AI?

88


How do you map org. structure?

2261


Can you explain what is indexed view? How to create it?

904


How do I change c to d in cmd?

935


What is bottom-up approach?

1098