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

Explain following declaration int *P(void); and int (*p)(char *a);

3 Answers  


What are valid operations on pointers?

0 Answers  


What is meant by inheritance?

0 Answers  


What are the basic data types associated with c?

0 Answers  


What is the process of writing the null pointer?

0 Answers  






Is there any possibility to create customized header file with c programming language?

0 Answers  


pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?

2 Answers   eClerx, Excel, kenexa,


how to find the binary of a number?

10 Answers   Infosys,


What are the different types of C instructions?

0 Answers   InterGraph,


Difference Between embedded software and soft ware?

1 Answers   Bosch,


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

0 Answers  


wt is diference between int and int pointer as same as float and float pointer and char and char pointer

8 Answers   CTS, Infosys,


Categories