Write a code on reverse string and its complexity.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)

1 Answers  


what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7

4 Answers   TCS,


What are the different types of constants?

0 Answers  


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

0 Answers  


How can I automatically locate a programs configuration files in the same directory as the executable?

0 Answers  






Write a code on reverse string and its complexity.

0 Answers   Expedia,


How can we see the Expanded source code and compiled code for our source program in C?

1 Answers  


What is the importance of c in your views?

0 Answers  


main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?

7 Answers   Ramco,


how can i get output the following... 5 4 3 2 1 4 3 2 1 3 2 1 2 1 1 and 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 plz plz...

3 Answers  


How can I access an I o board directly?

0 Answers  


What is the difference between strcpy() and memcpy() function in c programming?

0 Answers  


Categories