how can i get the output
54321
4321
321
21
1
in c programming........???? pls help......
Answer Posted / gohar
a
22
ccc
4444
eeeee
666666
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
How many types of operator or there in c?
Why isn't it being handled properly?
What is the meaning of ?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
Why header file is used in c?
What is the difference between text and binary modes?
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
Explain what does the function toupper() do?
What is wrong with this program statement? void = 10;
Difference between Function to pointer and pointer to function
How do you convert strings to numbers in C?
What is a header file?
how should functions be apportioned among source files?
Explain how can I pad a string to a known length?