sulochana anand
Member
- Member since
- Aug 4, 2012
- Last active
- Sep 15, 2013
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
a80186d3-ff74-4671-8ee8-e254961070d7
primary key and uniqe key both have some similarity.both conatain uniqe record not duplicate.but uniqe key can left null while primary key...
-
#Threads
346c85b1-35a0-479d-b4d2-e7237c53b2af
t AbraKaDabraCodepad is an online compiler/interpreter, and a simple collaboration tool. Paste your code there, and codepad will run it and give...
-
#Threads
e5a3bf99-a725-4304-bd45-41b4cd902a5d
Is Modern Internet Flooding Us With More Useless Information Than Useful One?is burning topic for todays scenario.discussion should be not only discussion...
-
#Threads
b06a66ad-2c87-4464-9808-6ee0774b6da6
thanx I shall participate in nex debate
-
#Threads
4501cef9-a2f6-4dc4-bdd0-da7da284af94
yes as ianoop explained
-
#Threads
9243b683-45dd-40d5-adc1-72bdff39e897
Class dog { String br; Void Setbarking(String B) { B=br; } Void Getbarking() { s.o.p(B); }} Class dogbark { Pulic static void...
-
#Threads
57c565f8-5510-4c50-8ded-ad1e3c4908bd
congrates sanyam khurana
-
#Threads
2ef3dc8e-e7a9-4ef2-9ae5-8710c4705307
in debate two groups should be created ....rest was good.i also enjoyed.but sorry I could not continue due to my mistake
-
#Threads
2fc39805-26af-4b84-88a5-1c21ca4505d2
AYE
-
#Threads
aed4802a-b763-4da1-b78f-e5a55266d15e
the execution of program starts from main function.
-
#Threads
da57b96e-65ff-425a-95b1-e1803218a3ad
ConquerorHey there .5 = 5/10 = 1/2 Hope you got it But this is not a place to start fresh ideas buddy...
-
#Threads
af498301-1fda-4d3b-8125-65c0a8786a4e
sulochana anandth thanx i learned new thing.my math is not so good. i want to know how any number multiplied by 0.5...
-
#Threads
a0afbd7a-bd0e-4353-a1ff-13f14e54d988
exit and exit 0 or exit with non 0 numbers are used to terminate program.exit 0 is used to terminate without any...
-
#Threads
93526ada-1fb6-4bba-9c09-db04ecca95b3
jetha:-god have given u 2 eyes can u not remove pebbles from rice before cooking? daya:-god have given u too 32 teeth...
-
#Threads
7504b1c1-3224-47ed-a6e2-4e77c44be065
yes u r right.
-
#Threads
2cc32ddc-6d1a-4733-b5a6-9152e95a2bd7
right
-
#Threads
43f589aa-5d7f-4a6b-8183-2f50ec406d51
u r most welcome.its a good site.i am getting more nd more here.
-
#Threads
7233cec9-f2c9-4dab-9853-aee6e887c46b
we know that when we declare any data type our system allocate space in memory accordingly.double and float both support decimal values.but...
-
#Threads
0328038c-58c7-4aa0-9b20-c93529153d5f
its a type of logical error.
-
#Threads
9c242353-2554-42f4-ab01-faf844827c9d
the answer is not equal.because int data type only stores without decimal values.so it will not undetand first part and controll will...
-
#Threads
5297c9b7-e650-456d-8825-21e916ae2cba
as we all know that java is object oriented programming.when we start it we are firstly taught java is object oriented.why it...
-
#Threads
5f117ccd-6c39-4dd6-b428-26e7ef5816e5
thanx to u all.i am having knowledge of html,java,javascript oracle css.so its easy to work with php.
-
#Threads
a0cc8642-db08-4358-827d-b64b5f326ef6
please give some problem to work on php.so that my programming skill could be improved.
-
#Threads
e68d3b0f-8271-49b6-bdff-9ba082cfb1e4
thanx to all cean's now my php programs are running very easily
-
#Threads
f6459d57-39a8-4353-b7c8-45a2ba44d9f0
th rahul69This logic does not work on the floating point numbers..(i think..) . A much simpler and effective way is this: no=no*0.5;...
-
#Threads
4903c4bd-4536-4156-8fbe-82b7a5701e35
extern variables are global variables.it can b used across different files.
-
#Threads
4af04843-f386-4f3b-b37b-fb12ad9637af
David EmperorHey dude 😀 add for people that scanf() and printf () are working fast than cin and cout the view of...
-
#Threads
be3f47cc-81b8-41f6-86b3-3e00d942d381
vishal really u r having vishal knowledge.good
-
#Threads
dc716e0e-b4a7-40c5-b2e1-b569a4dc3dcd
th meetramprasad#-Link-Snipped-# Hi, Please do the following points and check. 1)First, uninstall your XAMPP server. 2)then, download the wamp server #-Link-Sni...
-
#Threads
461a41d5-b73a-4410-b231-089810d2bca5
Harish KotraUninstall everything mate. Download WAMP from the given link. Install it and let the location be the default one which is...
-
#Threads
7ded26b3-7c92-4355-b9fc-5b1331b405c8
as we know that taking user entry is not simple in java.so to take entry from user v import java.io(input/output)package.this package contains...
-
#Threads
f106cc3e-5a0f-4e77-8d9a-d42d660140ae
cean'n i am explaining wat i did----firstly i copied php in d:/ then installed xampp and got a folder xampp in my...
-
#Threads
55a9171b-5ace-4d3f-b2ab-b789066ee7cb
i am opening but not working
-
#Threads
bf11046e-12a5-4f04-8dd9-fc76bc6286a3
i tried every way as i can but no result.
-
#Threads
Java Programming Help: Following Code Does Not Display Image
/*<applet code="ImageTest.class" width=600 height=500></applet>*/ import java.applet.Applet; import java.awt.*; import java.awt.image.*; public class ImageTest...
-
#Threads
f5bfcef8-3715-44a9-89c9-4ea88f47c3a4
thanx