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

SLK Software Interview Questions
Questions Answers Views Company eMail

What are the activities involved by the Test engineer (having 2+ yrs of exp).

1 6435

how to write script in qtp(vbscript)..i mean with out application deployed..and how to call script1 into script2?

8 50020

What are your salary expectations? if thz question was asked to fresher what ans should be given?

14 27836

i have input like this Column 1 ,column 2 3,a 4,b 5.c i want output  aaa bbbb ccccc Ple help any one?

4 14056

What is the surrogate key? what is the use of surrogate key? how to Create surrogate key Generator in scd2 in 8.5?

5 10103

What is AngularJS?

1 4643

Why to use AngularJS?

1341

Why this project is called "AngularJS"?

1 3529

What are the advantages of AngularJS?

1 3604

How AngularJS is different from other JavaScript Framework?

1 4164

What IDEs you can use for AngularJS development?

1 3126

Does AngularJS has dependency on jQuery?

1 4031

How to use jQuery with AngularJS?

1 3332

Compare the features of AngularJS and jQuery?

1355

How to access jQLite or jQuery with AngularJS?

1 3304

Post New SLK Software Interview Questions




Un-Answered Questions

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

2621


Is django only for backend?

440


Where do I put javascript in html?

799


There is a master-detail relationship between two objects and I want to ensure that the master object should not have more than 10 child records. How

442


what is Tds %,Service tax %,Cess %,and ESI,PF %,and what is the use of this.

2352


how we can do the insulation on secondary of ct explain and so that tan delta will within limit

1877


How many levels does flash mx support? : adobe flex action script

3


What is the definition of 'good' cooling tower water?

987


Name the two types of shared variable available in Apache Spark?

286


What are the different ways to login to a remote server? Explain the me, advantages and disadvantages?

1009


What is a Garbage Collection? and what is full recursive Garbage collection?

2848


I want to find out who the approver has been substituted with in the system. How can I do that?

661


what is the differation bewreen kwh & fundamental kwh in electronic trivector meters

2150


What are the different types of variables available in the Workflow Designer?

62


Tell me what are generators in python?

911