Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for prasanna123

main() { int i=1; printf("%d,%d,%d",i,i++,i++); } the o/p is 3,2,1. But how it is possible In which order does printf executes??why it is not 1,2,3.

Member Avatar for Sokurenko
0
183
Member Avatar for prasanna123
0
82
Member Avatar for prasanna123

i am running on windows7 32-bit when i typed ipconfig then it says media state........disconnected tunnel adapter local area connection *36 the whole screen filled with such details unable to get ip address what is the problem using vodafone usb stick for connection

Member Avatar for JorgeM
0
166
Member Avatar for prasanna123

haii I an trying to connect to openfire server from a remote system that is not with in my LAN.I got an error that server not found. I tried both by using IP address and server host name but the same error. Is it possible to connect to server from …

Member Avatar for JorgeM
0
440
Member Avatar for prasanna123

I want to create a web site for my college event these are some sample sites [URL="http://www.klusamyak.in/default.html"]http://www.klusamyak.in/default.html[/URL] or [URL="http://www.esparxjntuk.com/"]http://www.esparxjntuk.com/[/URL]and my site should be similar to this so,can any one help where to create such sites or which tools to be used. Thanks in advance

Member Avatar for scarcella
0
139
Member Avatar for prasanna123
Member Avatar for prasanna123

[CODE]<html> <body style="background-image:url('back1.jpg');"> <script> // CREDITS: // Snowmaker Copyright (c) 2003 Peter Gehrig. All rights reserved. // Distributed by http://www.hypergurl.com // Permission given to use the script provided that this notice remains as is. // Set the number of snowflakes (more than 30 - 40 not recommended) var snowmax=35 // …

Member Avatar for diafol
0
123
Member Avatar for prasanna123

haii... I have written the code for a social networking site like orkut in php but due to guidelines given by my project guide i need to convert this code to j2EE is it possible??? i am new to j2EE can some one plzz tell me a site to learn …

Member Avatar for dmanw100
0
216
Member Avatar for prasanna123

As we can see in this site when we place the cursor over the "webdevelopment" then it shows a drop ddown list of items what is the code used to make it working??can any one helip me plzz

Member Avatar for shahbaz13
0
88
Member Avatar for prasanna123

<?php session_start(); $database="myfriend"; $userid=$_SESSION['user']; mysql_connect("127.0.0.1","root",""); $db_found=mysql_select_db($database); $sql="select fuserid from friends where userid='$userid';"; $result=mysql_query($sql); $id=0; $users=array(); ?> <body > <center> <p> your friends list:</p> <?php while($db_field=mysql_fetch_assoc($result)) { ?> <a href="displayprofile.php" id='$id' onclick="validate(this)"><?php print $db_field['fuserid']."<br><br>";?></a> <?php $users[$id]=$db_field['fuserid']; $id=$id+1; }?> <head script type="javascript/text"> <script> function validate() { var id1=document.getElementById(</script><?php print $id ?><script>); </script> …

Member Avatar for prasanna123
0
163
Member Avatar for prasanna123

Actually i have 2 jpg images one is rectangle box which fits the width of the screen and height is small enough to appear like blue color menu bar at the top and bottam of this site and the second page contains a home button and in my site i …

Member Avatar for broj1
0
144
Member Avatar for prasanna123
Member Avatar for prasanna123

<html> <head script type="javascript/text"> <script> function validate() { var html=document.getElementById(<?php '$count1'?>); <?php session_start(); $_SESSION['fuserid']=?>="html" } </script> </head> </html> <?php session_start(); $database="myfriend"; $userid=$_SESSION['user']; mysql_connect("127.0.0.1","root",""); $db_found=mysql_select_db($database); $sql="select fuserid from friends where userid='$userid';"; $result=mysql_query($sql); $count1=0; while($db_field=mysql_fetch_assoc($result)) { ?> <body> <a href="displayprofile.php" id=<?php =$count1; ?> onclick="validate(this)"> <?php print $db_field['fuserid']."<br>"; ?> </a> </body> <?php $count1=$count1+1; …

Member Avatar for prasanna123
0
455