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
What is the use of getchar() function?
Write a program to reverse a linked list in c.
biggest of two no's with out using if condition statement
Write a program to find minimum between three no.s whithout using comparison operator.
Do array subscripts always start with zero?
What is the most efficient way to count the number of bits which are set in an integer?
Why do we use int main instead of void main in c?
64/square(4)
how write a addtion of two single dimensional array using of pointer in c language?
write a program which counts a product of array elements lower than 10.
Do you know what is the purpose of 'extern' keyword in a function declaration?
How to delete a node from linked list w/o using collectons?