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 7957Write 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 16968what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
20 21445Post New Infosys C Interview Questions
Explain the meaning of management.
What are the steps required to design a vapor-liquid separator or flash drum?
What is the purpose of deferred tax asset?
Additional information and options for the rundll32.exe file?
Explain the difference between trap and trapdoor?
What are the pre-defined functions in the sql server?
What is pigeon algorithm?
What is module in requirejs?
What is meant by aop in spring?
As part of optimizing the queries in hive, what should be the order of table size in a join query?
Suppose you’re using ansible to configure the production environment and your playbook uses an encrypted file. Encrypted files prompt the user to enter passwords. But since ansible is used for automation, can this process be automated?
In order to setup a state what is the minimal setup requirement?
What is a css pseudo class?
How to create a simple Website in SharePoint 2013?
How to create a custom exception?