what is the c source code for the below output?
5555555555
4444 4444
333 333
22 22
1 1
22 22
333 333
4444 4444
5555555555


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Difference between for loop and while loop?

1 Answers  


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

10 Answers  


Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

0 Answers  


Why is c so important?

0 Answers  


Write a C/C++ program that connects to a MySQL server and displays the global TIMEZONE.

0 Answers  






What are local static variables? How can you use them?

0 Answers  


What is the difference between null pointer and wild pointer?

0 Answers  


What is void c?

0 Answers  


Write a program to find factorial of a number using recursive function.

0 Answers   Global Logic, TCS,


write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.

0 Answers   Subex,


which of the function operator cannot be over loaded a) <= b)?: c)== d)*

10 Answers   Cisco, CTS, Google, HCL, HP,


What is the real difference between arrays and pointers?

27 Answers   Hexaware, Logic Pro, TCS,


Categories