write C code to reverse a string such that if i/p is "abc
defg hij klmno pqrs tuv wxyz"
and the o/p should be "cba gfed jih onmlk srqp vut zyxw"
Answer Posted / bipin chandra sai.s
hay just use concatenation of strings method
{
int temp=int a;
int a=int b;
int b=int temp;
}
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
What is the use of function overloading in C?
What is wrong with this initialization?
What is cohesion in c?
What is mean by data types in c?
What is a structure member in c?
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What is the best style for code layout in c?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
What are the two types of functions in c?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
Why c is called a mid level programming language?
Do you know what are the properties of union in c?
What are pointers really good for, anyway?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
Which is better oop or procedural?