Answer Posted / prasanna
int i,j;
for(i=o;i<4;i++)
{
for(j=0;j<=i;j++)
{
printf("*");
}
}
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
How do you view the path?
Why is it usually a bad idea to use gets()? Suggest a workaround.
What are the applications of c language?
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
What is the use of in c?
With the help of using classes, write a program to add two numbers.
How do you use a 'Local Block'?
What is wild pointer in c?
List some applications of c programming language?
Is c a great language, or what?
In which header file is the null macro defined?
What is a struct c#?
In a switch statement, explain what will happen if a break statement is omitted?
Explain how do you declare an array that will hold more than 64kb of data?
What do you mean by invalid pointer arithmetic?