How to write a code for reverse of string without using
string functions?


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

Post New Answer

More C Interview Questions

What is the advantage of an array over individual variables?

0 Answers  


How to Throw some light on the splay trees?

0 Answers  


Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}

11 Answers   IBM, TCS,


Is the following code legal? struct a { int x; struct a b; }

4 Answers  


progrem to generate the following series 1 12 123 1234 12345

6 Answers   HCL, Wipro,


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

0 Answers  


Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record

0 Answers   Wipro,


What is an anonymous union and where to apply that ?

3 Answers   HP,


write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

1 Answers   TCS,


What is a structure and why it is used?

0 Answers   Hexaware,


a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none

0 Answers  


What is c++ used for today?

0 Answers  


Categories