Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
3
2 Commented Posts

61 Posted Topics

Member Avatar for indianscorpion2

hello everyone. i am a student of computer engineering. i was wondering if there are any online tutorials on the basics of algorithms and algorithm design techniques.

Member Avatar for ddanbe
0
210
Member Avatar for TetuGal

why dont you try out writing a database management software for any hypothetical organisation.thats what my brother did in his final year of graduation.

Member Avatar for ruwanithanu
0
380
Member Avatar for indianscorpion2

this code is to find the factorial of a number by the recursion principle. trace the control flow in this program very carefully.

Member Avatar for Adak
0
175
Member Avatar for Mahen
Member Avatar for indianscorpion2

hi i am having a problem with this code.for every input i am getting the same answer 32.any help would be highly appreciated [CODE]/*program to find the factorial of a given number*/ #include<stdio.h> main() { int n,fact; int facto(int ); printf("\nenter the number for which you want to find the …

Member Avatar for sanjeevtanwar
-1
395
Member Avatar for happygeek

Google is a fantastic,innovative,electrifying group and they are gonna beat out all their competitors in the long run....

Member Avatar for air-purifiers
0
231
Member Avatar for indianscorpion2

hi everyone... i am srikanth...a computer science graduate from hyderabad,India from a private engineering college. all through my life i wanted to live with an attitude of not to work under somone as an employee....rather, become an employer if u can...... i want to start out my IT career by …

Member Avatar for arstringfellow
0
171
Member Avatar for bloody_ninja

well, first you should configure the file types in your OS such that it recognizes the java file type. go to control panel->file types->add new file type. under the extension name type in java and click on confirm...... then ur OS will recognize the java files and ur program will …

Member Avatar for bloody_ninja
0
179
Member Avatar for mishraparesh

i think google doesnt recruit freshers...... u need to work in another company for a couple of years and then apply for google.

Member Avatar for mishraparesh
0
88
Member Avatar for indianscorpion2

hello everyone...i am a graduate in computer science.... i have read and i have learnt core java..... but please clarify to me about J2EE, J2SE, javascript etc etc what are all these????? pls explain the difference between these and the basic core java that i learnt....... thanks in advance.

Member Avatar for Ezzaral
0
97
Member Avatar for abhijeet_raj

actually ur O.S. is not recognizing the ".java" file format........ u have to sort that out first.... if u are using windows...go to windows explorer.....create a new extension as ".java" u will get it....

Member Avatar for tsr_tvsk
0
169
Member Avatar for iamnoangel26

an array can be defined as a collection of similar data types. suppose you want to use say 10 to 20 integer variables in your program it would be difficult to declare 20 variables.instead of that you can declare an integer array of size 20.and accessing elements in the array …

Member Avatar for gazoo
0
213
Member Avatar for indianscorpion2

hi...i started a forum....800 members have joined it...got ads by google in the site.....income on the ADS is very less...on an averge i am getting about 20cents..each day....and click are also very less..(i dont click on the ads).... now how do i urge the users to click on the ADS …

Member Avatar for 2bu
0
1K
Member Avatar for Narue

suppose you guys are writing a program which uses a number of loops, use a single variable for all the loop counters and declare the variable to be of register storage class. what happens is that the variable gets stored in the cpu registers and the loops get executed a …

Member Avatar for bector
2
8K
Member Avatar for indianscorpion2

primarily my site holds content of adult type......google first approved my site and it went well for 2 to 3 months........now they stopped sending ADS to my site....they didnt ban me but they stopped sending ADs to my site........now they sent a mail to me saying that i am hosting …

Member Avatar for Estreetloans
0
147
Member Avatar for indianscorpion2

hello everyone i am sick and tired of using pay per click Ad services....can anyone of u suggest to me a good Ad service which pays for impressions....like per thousand impressions.....or per ten thousand impressions..... thanks in advance......

Member Avatar for Dani
0
76
Member Avatar for pointers

well i am also looking for command over the OOPS concepts thanks for the link.

Member Avatar for indianscorpion2
0
82
Member Avatar for Alli
Member Avatar for fireboat

tax information is required only if u are a US citizen.....if u are not US citizen...u can reply to every field with a no......that much info will be sufficient....

Member Avatar for jenny4u
0
95
Member Avatar for indianscorpion2

hello everyone....i started using adsense from yesterday.... i heard that google people are cheaters......wen u are approaching the 100$ mark...i mean somewhere around 95$.. they send an email saying invalid clicks...and ban ur account.... is this true....if so....why doesnt anybody do something against google??? becoz google makes money until i …

Member Avatar for ses5909
0
90
Member Avatar for indianscorpion2

hello everybody!!!!! i own a site (i dont want to mention the name....sticking to the rules of this forum)...it is designed in PHP...... it is basically a forum to download music,movies etc.... i registered myself in google adsense program and got the following code:- <script type="text/javascript"><!-- google_ad_client = "pub-2768779675207123"; google_ad_width …

Member Avatar for indianscorpion2
0
165
Member Avatar for indianscorpion2

hi my name is srikanth.i have been trying to develop a source code to print the pascal's triangle for the past three days.i have'nt had any success.i would be greatly obliged if anyone could give me a simple source code to print the pascal's triangle in C.

Member Avatar for Nick Evan
0
562
Member Avatar for neeven

well to start with what other way are u talking about???? u didnt even post the entire source code. well heres what u can do:- enclose the scanf and the necessary statements to compute the frequency,mean etc etc in a loop with the loop counter initialized to the number of …

Member Avatar for indianscorpion2
0
252
Member Avatar for tehloki

well C uses ASCII code and 'A' and 'a' are treated differently. if u enter a instead of A, nothing is assigned to the array and the subscipt is simply incremented. so by default a junk value is stored in that location.may be this is what is happening to ur …

Member Avatar for tehloki
0
250
Member Avatar for ATS

when u are running the programm. remember this u should use c:\>java (classname which contains main method) do not type the .java extension when running the file.` u shud use it only wen u are compiling.

Member Avatar for indianscorpion2
0
98
Member Avatar for indianscorpion2

with respect to network programming in java can anyone tell me what exactly a cookie is? please be elaborate. thank you very much

Member Avatar for indianscorpion2
0
339
Member Avatar for xgmx

[QUOTE=UberAAZ]If you're looking for the runtime envirionment (the thing that lets you use java apps) then go to java.sun.com and download J2EE. If you want to make programs get the JDK, which can also be obtained from java.sun.com.[/QUOTE] i am also looking to begin programming in java.so i will ask …

Member Avatar for AstroNox
0
129
Member Avatar for paul221

by default when u install jdk, the execution path is set to jdk1.5.../bin .try compiling and executing your java programs in that particular directory. this should definitely work.good luck.

Member Avatar for InNeedOfHelp
0
157
Member Avatar for indianscorpion2

hi everyone. i am an amateur programmer in java. can anyone please tell me how do i go about connecting my java application to oracle 9i database? please be specific about what is the URL that i should use and how should i install the oracle JDBC driver.where should i …

Member Avatar for jwenting
0
222
Member Avatar for indianscorpion2

hi,i am srikanth. well i installed microsoft windows xp professional on my computer.the os is was not able to recognize the presence of the speakers(i am using speakers manufactured by mercury inc. ). i don't know the exact sound card on my p.c. here is what i did.i downloaded realtek …

Member Avatar for indianscorpion2
0
94

The End.