what is the c source code for the below output?
1
0 1
1 0 1
0 1 0 1
1 0 1 0 1


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

Post New Answer

More C Interview Questions

What is volatile variable in c with example?

0 Answers  


What is the best style for code layout in c?

0 Answers  


program to find the roots of a quardratic equation

1 Answers  


write a program to display the frequency of each element in a given array in c language

1 Answers  


What is #error and use of it?

0 Answers  






Stimulate calculators to perform addition,subtraction,multiplication and division on two numbers using if/else statement?

1 Answers   IBM,


What are c header files?

0 Answers  


What is the meaning of int *x[]();?

1 Answers  


What is the output of the following program #include<stdio.h> main() { int i=0; fork(); printf("%d",i++); fork(); printf("%d",i++); fork(); wait(); }

8 Answers   ADITI, Adobe,


What is true about the following C Functions a.Need not return any value b.Should always return an integer c.Should always return a float d.Should always return more than one value.

11 Answers   TCS,


what is op? for(c=0;c=1000;c++) printf("%c",c);

21 Answers   Trigent,


What is an object?

5 Answers  


Categories