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

Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

OpenMat Interview Questions
Questions Answers Views Company eMail

The State which has the largest number of seats reserved for the Scheduled Tribes in the Lok Sabha is (a) Bihar (b) Gujarat (c) Uttar Pradesh (d) Madhya Pradesh

6 34921

Gupta empire declined in the fifth century A.D. as a consequence of (a) Chalukya raids (b) Greek invasion (c) Hun invasion (d) Pallava raids

1 10006

Where was the first Municipal Corporation in India set up? (a) Bombay (b) Calcutta (c) Delhi (d) Madras

35 93715

What is the correct chronological order of the dynasties in which they invaded India ? 1.Huns 2. Kushanas 3. Aryans 4. Greeks (a) 4, 3, 2, 1 (b) 3, 4, 2, 1 (c) 4, 2, 3, 1 (d) 3, 4, 1, 2

5 14269

Which of the following state capitals takes its name from a mythical serpent? 1 Dispur 2 Aizawl 3 Agartala 4 Thiruvananthapuram

3 10167

During the Mughal period, who were the first traders to come to India? 1 Portuguese 2 Dutch 3 Danish 4 English

7 16876

can anybody solve this series 0,6,24,60,120,210,?,? please give answer with the solution

13 48322

Which of the following is t he 21st member to join the G-20 group of nation ?

3 7723

the october 2004, where did the prime minister of india inaugurate the prototype fast breeder reactor?

2 4715

through which of th following countries does the tropi of cancer not pass

2489

which country does not belong to G8 group of nations

3 10595

the delhi sultan who fell to death while playing polo was a) Qutubuddin aibak b)Alauddin khilji c) Feroz shah tughlaq d) Ghiasuddin Tughlaq

2 7315

Where is first Muncipal Corp. of India ?

2 5297

When the post of the President and the Vice-President are vacant then who among the following officiates as the President? A) The chief Justice of India. B) The Prime Minister C) The Speaker of the Lok Sabha. D) Dy. Chairman of the Rajya Sabha.

10 15442

At present the major part of which of the follwoing central revenues goes to various state governments in india

2779

Post New OpenMat Interview Questions




Un-Answered Questions

what is role of b.tech biotechnology student in pharma compenies?

2537


Name the types of report?

921


What is the shortcut to create a table in excel?

691


What are the types of filters in tableau?

423


any questions on motor and energy conversions machines?

2196


Does php support function overloading?

930


How do you give functions private variables that retain their values between calls?

919


How do you achieve filtering in a distribution model?

1222


Explain the purpose of different record methods?

1115


What is inert pair effect?

1285


What is the license for groovy?

5


How do I move the taskbar?

924


How can we clear a text written in a textbox?

968


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

2644


What is the general data protection regulation (gdpr)?

1019