senthilp_1985
@senthilp_1985 (30)
India • Age 39
Joined myLot 17 years ago
Responses (12)
senthilp_1985's Responses
dholey
@dholey (1383)
• India
6 Feb 07
WHAT WILL BE THE OUTPUT .. EXPLAIN IT WITH REASON ........
(for turbo c / turbo c++ IT MA HAVE OTHER OUTPUT IN OTHER COMPILER )
void main ()
{
float a=0.9;
if(a
5 responses •
1 person
cr0ssf41r13
@cr0ssf41r13 (866)
• Philippines
28 Jan 07
I myself is familiar with HTML, CSS, Javascript and PHP. Those are languages used in the computer. If you are familiar, do you find it hard or you just have some kind of enthusiasm with these kinds of programming languages?
7 responses •
1 person
deniseee
@deniseee (41)
• Croatia (Hrvatska)
31 Jan 07
I heard one thing today,that made me start this dicussion,a girl,13 years old got pregnant with a kid one year older than her,and the parents of both of them do not approve for her to do an abortion,so she tried to hang...
65 responses •
17 people
wmg2006
@wmg2006 (5381)
• United States
29 Jan 07
I hear more and more people tell me they hate milk. Or they only drink it in their cereal. Or they have an intolerance to milk. I would die if I couldn't drink milk! I have been told twice to cut back on drinking so much,...
241 responses •
41 people
dholey
@dholey (1383)
• India
23 Jan 07
/* what will be the output explain it in detail why it is there */
void main()
{
int x=10,y=5,z;
z= (x=10 && y=6)?100:200;
printf("\n z = %d ",z);
}
please be specific ......
6 responses •
2 people
dholey
@dholey (1383)
• India
27 Nov 06
here is a c puzzle: can u tell me the output...
void main()
{
int x=10;
printf("\n\t%d%d%d%d",--x,--x,x++,++x); }
12 responses •
3 people