write a programming in c language,
1
3 5
7 9 11
Answers were Sorted based on User's Feedback
Answer / shaik shafi
#include<stdio.h>
#include<conio.h>
void main()
{
int i,j,k;
clrscr();
k=1;
for(i=1;i<=5;i++)
{
for(j=1;j<=i;j++)
{
printf("%d ",k);
k=k+2;
}
printf("\n\n");
}
getch();
}
| Is This Answer Correct ? | 6 Yes | 6 No |
Answer / rehan
void main()
{
int i,j,k;
clrscr();
k=1;
for(i=1;i<=5;i++)
{
for(j=1;j<=i;j++)
{
printf("%d ",k);
k=k+2;
}
printf("\n\n");
}
getch();
}
| Is This Answer Correct ? | 2 Yes | 4 No |
Which sorting algorithm is the best?
what are advantages of U D F?
Tell me about low level programming languages.
difference of two no's with out using - operator
How can you determine the maximum value that a numeric variable can hold?
Write a program to print “hello world” without using semicolon?
What does the error 'Null Pointer Assignment' mean and what causes this error?
let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................
Write a program to reverse a given number in c language?
plz let me know how to become a telecom protocol tester. thank you.
Is fortran still used in 2018?
can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance