write a program that types this pattern:
12345678987654321
12345678 87654321
1234567 7654321
123456 654321
12345 54321
1234 4321
123 321
12 21
1 1
No Answer is Posted For this Question
Be the First to Post Answer
Why we use stdio h in c?
Explain what is the purpose of "extern" keyword in a function declaration?
What is the description for syntax errors?
Write a program in C to convert date displayed in gregorian to julian date
Explain data types & how many data types supported by c?
what is Array?
Is main() is used in the program,,see below example? void main() { int i; for(i=0;i<10;i++) main(); } Then what is the output of the program?
Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.
implement NAND gate logic in C code without using any bitwise operatior.
What are external variables in c?
What is a good data structure to use for storing lines of text?
What are the properties of union in c?