Write a code on reverse string and its complexity.
No Answer is Posted For this Question
Be the First to Post Answer
how to get starting address of a running C program
What is NULL pointer?
string reverse using recursion
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
What is #pragma statements?
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
Why c++ is called c++ and not c+?
write a 'c' program to sum the number of integer values
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )
what is the role you expect in software industry?
write a program to read a number and print in words that is in sentence for example 21,219 then output is "twenty one thousand and two hundred nineteen" by using only control flow statements (only loops and switch case )?
what is c language?