Answer Posted / best in the world
#include<stdio.h>
#include<conio.h>
void main()
{
int i,j,k;
for(i=1;i<=5;i++)
{
for(j=1;j<=i;j++)
{
printf("%d ",(i+j+1)%2);
}
printf("\n");
}
getch();
}
THIS IS THE BEST SOLUTION IN THE WORLD
| Is This Answer Correct ? | 59 Yes | 11 No |
Post New Answer View All Answers
what is the difference between embedded system and PLC. Whether the micro controller accept future expansion of program?
I need ECIL last year Question papers for COMPUTER SCIENCE ENGG. Please
what is a structure in c language?
What is mean by the error LVALUE REQUIRED in C language
model question papers of GrayOrange company
why need of new operator in java why not in c++
Explain the concept of segmentaion.
PREVIOUS AND NEW companies positive and negative points AFTER LIVING
Please derive the formula for the area of a circle.
what is the concept of c++ class
how many protocols are available and what are they?
I am going to appear for ISRO written test on 26 th april 2009 .So kindly forward me sample previous question paper for ISRO for BE Computer Science . My mail id : jothychristiya@gmail.com
why does the array will be start on size 0?
In HSE what is Lost time accident? why it is to be reported within 48 hrs to gov.authorities ?
What will be the sql query to list the employee names those are getting 3rd highest salary ?