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

Number Series 19,24,20,25,21,26,?

14 Answers   TCS,


Q.19 Alok and Bhanu play the following min-max game. Given the expression N=9+X+Y–Z where X, Y and Z are variables representing single digits (0 to 9), Alok would like to maximize N while Bhanu would like to minimize it. Towards this end, Alok chooses a single digit number and Bhanu substitutes this for a variable of her choice (X, Y or Z). Alok then chooses the next value and Bhanu, the variable to substitute the value. Finally Alok proposes the value for the remaining variable. Assuming both play to their optimal strategies, the value of N at the end of the game would be 27 18 20 Answer is: 20 can someone plzzzzzzzzz tell me how this answer is calculeted???

0 Answers   TCS,


A man ate 100 bananas in five days, each day eating 6 more than the previous day. How many bananas did he eat on the first day?

0 Answers   iNautix, Wipro,


Zulus always speak truth and Hutus always speak lies. There are three persons A,B&C. A met B and says " I am a Zulu or I am Hutu". We don't know what exactly he said. then B meets C and says to c that " A is a Zulu ". Then C replied " No, A is a Hutu ". How many Zulus are there ?

0 Answers   Cadence,


124,235,346,457,568,___,___.

21 Answers   Infosys,






Subbu starts from a point O at 10.00 am , overtakes Ajay, who is moving in the same direction, at 11.00 a.m. and Bhuvan moving in the opposite direction at 12.00 (noon). If the speed of Bhuvan is one fourth the speed of Subbu, at what time will Ajay and Bhuvan cross each other.

0 Answers   Axis Bank,


if 30 men completes a job in 15 days working 9 hrs per day..how much hours per day should 40 men work ?? a ) 35 b)7 1/2 c)30 d) none

8 Answers   Accenture,


rich man needs it poor man have it if we eat it we will die

7 Answers   TCS,


If we will give you an oppurtunity to join with our bank- whom will you give preference in terms of profit- BANK OR CLIENT??

3 Answers  


Find min value of fn: |-5-x| + |2-x|+|6-x|+10-x|; where x is an integer 0 17 23 19

11 Answers   Accounting, Cap Gemini,


A pipe can fill a tank in 30 min B can fill in 28 min then if 3/4 th of tank can be filled by B pipe and after wards bothare opened then how much time is required by both the pipes to fill the tank completely. note: the values of A and B may slitely vary be ware.

0 Answers   IIT Delhi,


I have applied for RRB examination for the post of "Stenographer" regarding this i need solved question papers for the previous years and interview QP also.

0 Answers  


Categories