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

hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????

1 Answers  


int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);

6 Answers   HCL, Octal, SW,


What is binary tree in c?

0 Answers  


write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1

3 Answers  


What is pointers in c with example?

0 Answers  






What is meant by global static? why we have to use static variable instead of Global variable

4 Answers   L&T,


Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********

4 Answers  


dibakar & vekatesh..uttejana here..abt ur reply for in place reversal of linked list..wats p stands for there?

1 Answers  


What is the argument of a function in c?

0 Answers  


What are the types of macro formats?

0 Answers  


Define C in your own Language.

0 Answers   Motorola,


how to find the sizof of any datatype using bit manipulations

3 Answers  


Categories