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

Post New Answer

More C Interview Questions

write a program which will count occurance of a day between two dates.

1 Answers   IonIdea,


main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }

4 Answers  


why return type of main is not necessary in linux

0 Answers   TCS,


Write a C program to perform some of the operation which can be performed using Single linked list

1 Answers   Qualcomm,


List the difference between a "copy constructor" and a "assignment operator"?

0 Answers   Accenture,






How is = symbol different from == symbol in c programming?

0 Answers  


how to find your architecture is LittleEndian or BigEndian?

1 Answers  


What is the difference between array_name and &array_name?

0 Answers  


Which is best book for data structures in c?

0 Answers  


Why do we need volatile in c?

0 Answers  


what are two categories of clint-server application development ?

1 Answers  


What are the different types of control structures?

0 Answers  


Categories