what is the c source code for the below output?
10 10 10 10 10 10 10 10 10 10
9
9
7 6 6 6 6 6 6 9
7 5 9
7 3 2 2 5 9
7 3 1 5 9
7 3 5 9
7 4 4 4 4 5 9
7 8 8 8 8 8 8 8 8 9
No Answer is Posted For this Question
Be the First to Post Answer
What is the general form of #line preprocessor?
what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }
Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?
What are the parts of c program?
If the static variable is declared as global, will it be same as extern?
what is the code for getting the output as * ** ***
why you will give me a job in TCS.
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
Write a program in c to print * * * * * *******
What is a double c?
how to make program without <> in library.
What is the difference between int and float?