Write a program in c using only loops to print *
* *
* *
*******
Answer Posted / veera
#include<stdio.h>
#include<math.h>
main()
{
clrscr();
printf("*");
printf("\n");
printf("* *");
printf("\n");
printf("* *");
printf("\n");
printf("*******");
getch();
}
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
How will you find a duplicate number in a array without negating the nos ?
Why string is used in c?
Is it possible to execute code even after the program exits the main() function?
What is line in c preprocessor?
How can I implement sets or arrays of bits?
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
What is d scanf?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
how to write a c program to print list of fruits in alpabetical order?
What does node * mean?
why wipro wase
Why do we need a structure?
What does char * * argv mean in c?
What is the code for 3 questions and answer check in VisualBasic.Net?
Explain pointer. What are function pointers in C?