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
Differentiate abs() function from fabs() function.
Explain how to reverse singly link list.
How can you determine the size of an allocated portion of memory?
Explain how do you print an address?
Difference between malloc() and calloc() function?
What is the difference between constant pointer and constant variable?
How does placing some code lines between the comment symbol help in debugging the code?
Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250
What is a wrapper function in c?
Explain how does free() know explain how much memory to release?
Is using exit() the same as using return?
What is cohesion in c?
What is the maximum no. of arguments that can be given in a command line in C.?
Is array name a pointer?
What is call by reference in functions?