- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 3
- Posts with Downvotes
- 3
- Downvoting Members
- 3
61 Posted Topics
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.
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.
this code is to find the factorial of a number by the recursion principle. trace the control flow in this program very carefully.
put it in a vegetable market and sell it.
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 …
Google is a fantastic,innovative,electrifying group and they are gonna beat out all their competitors in the long run....
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 …
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 …
i think google doesnt recruit freshers...... u need to work in another company for a couple of years and then apply for google.
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.
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....
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 …
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 …
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 …
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 …
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......
well i am also looking for command over the OOPS concepts thanks for the link.
google ADwords is the best.....
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....
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 …
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 …
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.
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 …
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 …
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.
with respect to network programming in java can anyone tell me what exactly a cookie is? please be elaborate. thank you very much
[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 …
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.
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 …
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 …
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.
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.
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.
[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 …
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.
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).
hi my name is srikanth.can anyone briefly explain the concept of polymorphism to me in java context. thank you.
hi my name is srikanth.i need to compile and execute c programs on red hat linux.please tell me how to do so.
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 …
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 …
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.
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
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 …
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 …
java was derived from c++ by taking away the confusing aspects of c++. hence java is easier and simple to learn.
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
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.
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.
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.
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
The End.
indianscorpion2