define string ?
No Answer is Posted For this Question
Be the First to Post Answer
write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 Answers Motorola, TCS, Wipro,
write a program fibonacci series and palindrome program in c
0 Answers Aditi Placement Service,
write a program that finds the factorial of a number using recursion?
How to avoid structure padding in C?
Explain what are linked list?
Heyyy All, Just a challenge . A C program with if Else if(){ /// insert sumthing print ("in if") // insert sumting } else { ///// insert sumthing print ("in else"); //// insert sumthing } can anyone modify it so that program prints. if and else both
please help me.. how to write a code of this output?? "Enter range number:"10 1 is an odd number 2 is an even numbers 3 in an odd numbers 4 " to 10" "printing all odd numbers:" 1,3,5,7,9 "printing all even numbers:" 2,4,6,8,10 "sum of all odd numbers:25 "sum of all even numbers:30 using a C Programming ARRAY pleas pleas help.. its my project ..please :(
What is 1f in c?
What is variables in c?
Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….
What are the different types of linkage exist in c?
How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran