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 7945What is external and internal variables What is dynamic memory allocation what is storage classes in C
3 14750can anyone please tell me wat is backlogs... i was looking for the job openings where i read this.. eligibility criteria minimum 70% in degree without backlogs. is that arrear.. if so is it standing arrear or history of arrears... please help me...
11 67809what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....
TCS,
1 4562
Can a program have two main functions?
Explain threaded binary trees?
What is a constant?
Why is c called c?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
What is a loop?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
What is typedef example?
What is the use of the function in c?
What is meant by type specifiers?
write a c program for swapping two strings using pointer
c program for searching a student details among 10 student details
Can the size of an array be declared at runtime?
What is a substring in c?