write a program for Print the outputof
0 0 * 0 0
0 * 0 * 0
* * * * *
0 * 0 * 0
0 0 * 0 0

Answers were Sorted based on User's Feedback



write a program for Print the outputof 0 0 * 0 0 0 * 0 * 0 * * * * * 0 * 0 * 0 0 0 * 0 0..

Answer / sami

#include<stdio.h>
main()
{
printf("0 0 * 0 0 0 * 0 * 0 * * * * * 0 * 0 * 0 0 0 * 0 0");
getch();
}

Is This Answer Correct ?    8 Yes 4 No

write a program for Print the outputof 0 0 * 0 0 0 * 0 * 0 * * * * * 0 * 0 * 0 0 0 * 0 0..

Answer / karthikeyaa181

#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
printf(" 0 0 * 0 0 \n 0 * 0 * 0 \n * * * * * \n 0 * 0 * 0
\n 0 0 * 0 0");
getch();
}

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More General Aptitude Interview Questions

who among the following was the first european to encounter the cacoa plant from which chocolate is made

3 Answers   CDS,


When I was married 10 years back my wife was the sixth member of my family. Now I have a baby. Today my father was dead and I had a new baby. Now the average age of my family is the same as that when I was married. Find the age of my father when he was 60.

0 Answers   Accenture,


2. The school committee of a small town wanted to determine the average children per household of the town. They divided the total no. of children in the town by total no. of households. Total no. of households = 50. Which of the following statements must be true if the average children per household are 2.2?

2 Answers   Mu Sigma, TCS,


If in a certain code 'RANGE' is coded as 12345 and 'RANDOM' is coded as 123678, then the code for the word 'MANGO' would be

12 Answers   Cli3l, Infosys, Wipro,


How many 3-digit numbers will be there which are divisible by 19?

0 Answers   Huawei,






. Of the 120 people in the room, 3/5 are women. If 2/3 of the people are married, what is the maximum no. of women in the room who could be unmarried?

4 Answers  


a circular track has 100yards. The race of Rabbit and TOuttoise. they started at same point. and move in circular path. in opposite direction.first tortoise run for 1/8 th path, then only rabbit starts,rabbit moved slowly till tortoise meet him, Rabbit had covered 1/6 th distance speed( over earlier speed) to win

0 Answers   Infosys,


This question is based on ages easy

0 Answers   EA Electronic Arts,


In your opinion, what is the most beautiful math equation ever derived?

23 Answers   Google,


In a fraction, if 1 is added to both the numerator at the denominator, the fraction becomes 1/2. If numerator subtracted from the denominator, the fraction becomes 3/4. Find the fraction.

0 Answers   TCS,


A lorry averages 55mph for the first 4 hours of a trip and averages 70 mph for each additional hour. The average speed for entire trip was 60 mph. How many hours long is the trip? a)14 b)12 c)11 d)8 e)6

3 Answers  


A>B,B>C,C=D,D>E,then which is greatest?

0 Answers   Wipro,


Categories