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 7972Write 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 16986what is the output for the code : main() { int i,j; printf("%d %d ",scanf("%d%d",&i,&j)); }
20 21492Post New Infosys C Interview Questions
Is syswow64 folder a virus?
What is meta information in html?
Explain server control extensibility with reference to asp.net 2.0 ?
What is format function?
What will happened if two gear boxes in parallel are working with different motor speeds?
How do I delete a table in word 2013?
How do the rough endoplasmic reticulum and the Golgi apparatus act in the production and releasing of proteins?
What are types of jdbc drivers?
what is pdes?
What is readline c#?
Does windows server have a gui?
What is the difference between operator overloading and function overloading in C when compared with C++?
How to excel in data structures and algorithms?
What wcf stands for?
What is the difference between nil and false in ruby?