write a program to produce the following output;
ABCDEFGFEDCBA
ABCDEF FEDCBA
ABCDE EDCBA
ABCD DCBA
ABC CBA
AB BA
A A
Answer Posted / shariq
can anyone solve this example by using string??
and is it possible ??
please answer my question ......
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is c language in simple words?
Is a house a mass structure?
Write a program with dynamically allocation of variable.
what value is returned to operating system after program execution?
What is the difference between int main and void main?
What would happen to X in this expression: X += 15; (assuming the value of X is 5)
Is c high or low level?
Where in memory are my variables stored?
Explain what are linked list?
Why do we write return 0 in c?
What are the modifiers available in c programming language?
What is volatile variable how do you declare it?
Compare interpreters and compilers.
What are the different types of errors?
What is fflush() function?