k thanx
I mean tht one line code should be of returning type.................I am not able to figure it out
I need to right a recursion program to reverse a string the condition is it should be only line tht line code should be of returning the value
yeah thts true...........
#include <stdio.h> #include <stdlib.h> void ComputePermutations(char string[]); void Permutations(char string[],int stringLength, int...
#include<string.h> #include<stdio.h> #include<stdlib.h> void bubble(char *items, int count); void main() { char s[255]; clrscr();...
Can any help me to get th code to find al possible cominations of a string using recursion
Actually i got the logic in a crude manner if b=1 it is 34*2 b=2 it is 34*4
suppose if i give my declarations like it a=34,b=2,c; c=a<<b; wht wil be the value of c?????
actually I know c language as i started with c++ i found it very similar to tht of c ....I stared with c# so I am not tht comfirtable with...
hi can can anyone give me some tips for c++ I have started learning tht
Separate names with a comma.