logic for generating all the combinations of the any number of given letters. ex::::::::: if a,b,c,d are given the o/p should be abcd,dcba,dbac,bcad,................ 4*3*2*1 combinations............
2 8065Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return - 1. The function should not make use of any C library function calls.
3 17099what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
20 21923Post New Infosys C Interview Questions
How to run a test using quicktest professional (qtp)?
What are the benefits of a deferred execution in linq?
Is angularjs opensource?
What is a design view?
How many levels deep can include files be nested?
How do I change the top and bottom margins in word 2010?
Can I just buy a windows 10 product key?
How do I connect to a windows server core?
You need to migrate the ms access database tables to oracle. What steps will you take?
What is the difference between replace and replace all?
Explain sap abap 3-tier architecture?
What are the advantages of sap xi over other tools?
What is the difference between the operators '==' and '==='?
How to use css() in jquery?
What is asp.net ajax? : asp.net ajax