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
What is string length in c?
Why use int main instead of void main?
Explain why can’t constant values be used to define an array’s initial size?
How do you list files in a directory?
How do we print only part of a string in c?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
What is the difference between #include and #include 'file' ?
What do you mean by a sequential access file?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
what is the role you expect in software industry?
differentiate built-in functions and user – defined functions.
What is union and structure in c?
Explain a file operation in C with an example.
What does the message "automatic aggregate intialization is an ansi feature" mean?