How to write a program for swapping two strings without
using 3rd variable and without using string functions.

Answer Posted / sivaraj

Questions is to swap the string not for integers so the
above answers are wrong.

Is This Answer Correct ?    47 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is break in c?

585


What is a file descriptor in c?

557


What is indirection in c?

620


How many types of functions are there in c?

581


Is boolean a datatype in c?

541






What does %p mean c?

623


What are file streams?

562


What are two dimensional arrays alternatively called as?

653


Are local variables initialized to zero by default in c?

545


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

1617


What are enumerated types?

649


Explain what is the difference between a string and an array?

629


Do pointers store the address of value or the actual value of a variable?

606


What are the rules for the identifier?

667


What is output redirection?

687