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
Explain following declaration int *P(void); and int (*p)(char *a);
What are valid operations on pointers?
What is meant by inheritance?
What are the basic data types associated with c?
What is the process of writing the null pointer?
Is there any possibility to create customized header file with c programming language?
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?
What are the different types of C instructions?
Difference Between embedded software and soft ware?
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?
wt is diference between int and int pointer as same as float and float pointer and char and char pointer