Write a function to print all the combinations of a string both uppercase and lowercase without altering the position of each letter.
No Answer is Posted For this Question
Be the First to Post Answer
How to access control's information on the another page.without using state management techniqe like cookies,session,viewstate,application state.
if Papers-5,Pens-3,Pencils-2, Brought for 105Rs.Then Papers-10,Pens-7,Pencils-5.Then what is the cost of a Single Pen?
As you achieve greater success with the company after some years, Will you like to be a shareholder in our company?
how we can improve mobile ad,hoc network.
discuss the conditional formatting and advanced filtering features in MS-Excel with suitable example
0 Answers Punjab Computer College,
write a pgm to accept an array of names & name & check whether the name is present in the array. return the count of occurance. use following array as input; {"Dave","Ann","dev","merry"}
am looking for ms,i got ielts score 5.5,and i dont have english score 60 in any any year.tell me can i get offer lettr from any university.is i am elegible..?
#include<stdio.h> int fn(int v); main() { printf("%d\n",fn(7)); } int fn(int v) { if(v==1 || v==0) return 1; if(v%2==0) return fn(v/2)+2; else return fn(v-1)+3; }
what is block size and how to solve this?
WHAT IS MOST THE PARAMETER WILL BE INSTALL IN NEW VFD'S INSTALLATION ?
What is difference between ext2 and ext3 in linux
. Give the C language equivalents of the following a)Function returning an int pointer b)Function pointer returning an int pointer c)Function pointer returning an array of integers d)Array of function pointer returning an array of integers