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
214
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
384
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
178
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
401
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
238
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
172
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
180
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
90
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
98
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
172
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
216
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
148
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
Member Avatar for indianscorpion2
0
83
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
98
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
167
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
565
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
256
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
259
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
99
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
348
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
131
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
159
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
96
Member Avatar for indianscorpion2

hi everyone, i am looking for a brief introduction as to what exactly is jdbc and how do i install and use jdbc drivers with oracle 9i. and how shoud i write a code to execute queries on the tables in my oracle 9i database.

Member Avatar for ramamoorthy
0
147
Member Avatar for indianscorpion2

hi, i would like to know if there are any abstract audio drivers which would work for any sound card. if so please give me the link from where i can download them.

Member Avatar for Member #46692
0
72
Member Avatar for indianscorpion2

hi ,i am curious about collecting info about new computer terms. can anyone tell me what is "shareware" and explain a little. thank you very much.

Member Avatar for MartyMcFly
0
230
Member Avatar for mostafa gaber

[QUOTE=Rashakil Fol]Do you know what it means for two functions to grow at the same speed and for one function to grow faster than another? The notation O(f) denotes the set of all functions that grow at the same speed as or slower than f. E.g. if the amount of …

Member Avatar for leelee
0
246
Member Avatar for indianscorpion2

hi,i am a student of computer engineering.i have good knowledge in C language.now i am thinking about learning S.Q.L ,database management systems,all that stuff. i am in a bit of confusion.is it necessary to learn java before going for SQL. please tell me.

Member Avatar for jwenting
0
127
Member Avatar for Gotcha

the time complexity for this algorithm is O(N*N) since the outer loop is executed approaximately N/2 times and the inner loop is executed N times. just multiply both. you get (N*N)/2. therefore, time complexity is O(N*N).

Member Avatar for Rashakil Fol
0
131
Member Avatar for indianscorpion2

hi my name is srikanth.can anyone briefly explain the concept of polymorphism to me in java context. thank you.

Member Avatar for NPH
0
128
Member Avatar for indianscorpion2

hi my name is srikanth.i need to compile and execute c programs on red hat linux.please tell me how to do so.

Member Avatar for SpS
0
85
Member Avatar for indianscorpion2

hi my name is srikanth.i am a eginer in java just learning the basics.i just have one question. why does everyone talk in a confusion manner regarding java like using terms such as j2ee,j2se,core java advanced java. whats the difference? there is no such confusion in C. and what is …

Member Avatar for veecarthic
0
145
Member Avatar for indianscorpion2

hi my name is srikanth.i am a beginner in java just learning the basics.i just have one question. why does everyone talk in a confusion manner regarding java like using terms such as j2ee,j2se,core java advanced java. whats the difference? there is no such confusion in C. and what is …

Member Avatar for catherine1001
0
392
Member Avatar for apcxpc

take the equation as f(x)= x^2-c=0. take two initial guesses a,b such that f(a) and f(b) are on either side of zero.narrow down the guesses recursively.till you reach suitable accuracy.

Member Avatar for apcxpc
0
186
Member Avatar for vancasas

i dont have an exact idea. but i think algorithm simulation modelling tool refers to a software program to verify an algorithm and to analyze its time and space complexities

Member Avatar for nattylife
0
103
Member Avatar for indianscorpion2

hi i am new to the concept of object oriented programming.i would say that i have command over the C language.i am now a beginner in java. i am not able to understand all the stuff like objects,public,classes,encapsulation.................and so on. are there any easy tutorials for beginners like me on …

Member Avatar for proghelper
0
133
Member Avatar for Member #46692

in object oriented methodology, classes are nothing but blue prints out of which objects are made of. you can think of classes as structures in c. except they are different in a few aspects.a class specifies the state and behaviour of the objects that can be created from that class.a …

Member Avatar for proghelper
0
395
Member Avatar for ayk-retail

java was derived from c++ by taking away the confusing aspects of c++. hence java is easier and simple to learn.

Member Avatar for jwenting
0
158
Member Avatar for konacious

you can type the input text in a text file and write a c code to open the file and count the number of blanks in between the words. the total number of words=number of blanks+1. hope this was helpful

Member Avatar for konacious
0
297
Member Avatar for indianscorpion2

hi could anyone please tell me in detail about the parameters to the main function argc and argv.please let me know as much as possible.

Member Avatar for Rashakil Fol
0
243
Member Avatar for ginpero

indians are the greatest software developers in the world. half of the worlds technical pros are from the great land of india. read the book "let us C" by a great programmer yashwanth kanetkar. this will definitely get you started off in the c programming language.

Member Avatar for Dante Shamest
0
183
Member Avatar for indianscorpion2

hi this is srikanth from india. it would be highly appreciated if a separate forum is put up exclusively for C language.it would be very much useful to beginners. clubbing c and c++ in one forum is a little uncomfortable for the user to browse c related threads.

Member Avatar for jhdobbins
0
312
Member Avatar for khan_069

1.read elements into an array 2.i=0 3.j=i+1 3.while(1) 4.while(j!=max) 5.if(a[i]=a[j]) 6.i++; 7.j=i+1; end if 8.repeat 9.if(a[i]!=a[j]) break 10.repeat 11.uniq number=a[i] 12.stop

Member Avatar for Lerner
0
127

The End.