rama_krish627
Member
- Member since
- Aug 19, 2008
- Last active
- Jul 24, 2010
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
Web Based Mini Project
Hi Friends!! I want to do a web application project as part of my academics. So would you please give some suggestions...
-
#Threads
Servlets Execution
Hi Friends...... I have a doubt regarding the execution of the servlets in Suse Linux as well as Widows. I am not...
-
#Threads
977ced19-2f06-48bd-9760-1e20b9edf31f
107627@ccc108:~> javac crazy1.java crazy1.java:1: 'class' or 'interface' expected public void static( ) ^ crazy1.java:2: <identifier> expected publi...
-
#Threads
d0f16e34-6436-4f20-bd97-6593e2655523
The output is 9 why because 011 is in octal it's equivalant decimal is 9. Octal numbers are followed by 0.
-
#Threads
Oracle training
Hi friends. After a long time i once again came back to Ceens. I have a course DBMS in my semester. They...
-
#Threads
bb743a4b-dfa6-4bb0-afca-ef87ea462edf
It's good shalini. I read some thing and its some what good to learn about it.
-
#Threads
92a0c1c8-8e92-4714-8589-770b351de81f
Thank you shalini. I will wait for your reply. send me some sites to learn best.
-
#Threads
e14ffab5-8c3c-40d4-92d1-0c847ef33a35
I compiled and executed the above program successfully. Intially it shows some errors that conio.h is not found and clrscr() not in...
-
#Threads
Advanced java help
Hi cEans. I once again login to this after few days due to my summer vacation. I tried to learn Advanced Java...
-
#Threads
d87f9d8b-51d0-47fe-8bf9-6df3c24f65d2
I also treid to execute this code in c++, but it is showing compile time error. waiting for the better answer from...
-
#Threads
6033a5b7-a662-4976-939b-07a752bb8d64
I run this code and O got 190 as the out put. why you are not getting this output. Let me tell...
-
#Threads
e3dc3097-f590-47ad-b619-90f8013e1ed3
Hi everybody. Can you tell me how to download a free avast anti virus in the net?
-
#Threads
d666ff5e-4ac4-45c5-89c2-a213c438aacd
She is the first programmer.
-
#Threads
899730ef-5220-493e-a945-bed6822d747f
Hi Rambo. Good question. C++ is basically C language with Object Oriented features. It supports Object Oriented features like Inheritance, Polymorphism, Overlo...
-
#Threads
2f232b86-4087-434e-85e0-8be09174bbb8
ASSEMBLER: A <a href="https://en.wikipedia.org/wiki/Utility_program" target="_blank" rel="nofollow noopener noreferrer">Utility Program</a> called an a...
-
#Threads
9cee7be8-5351-4425-a5ab-f3ba5ad22da7
Re: Guys,, can u suggest topics for ppts,, urgent Hi chaitanya. you can select network security as your topic because today the...
-
#Threads
Representation of Graphs
Hi CEans. can you tell me how to represent graphs in data structure?
-
#Threads
ea1d5fe3-9731-470d-9e35-485c462e7c67
Ya it's working ya. I got a moving cars in red color.
-
#Threads
d0774012-4e01-4a6a-986c-5d55f82de9ae
Re: How to exicute an applet program written in java ya it's working. but the last one is not working.
-
#Threads
How to execute an applet program written in java
Hi friends. Can any one tell me how to execute an applet program.
-
#Threads
fe9e905b-c4b9-46b2-b91f-30c30f7b915c
Hi friend. I tried this but it is not working. If the system is not able to open without password then how...
-
#Threads
How to recover a password if we forgot it
Hi friends. All of us have a password to our own PC. If we forgot the password, how we recover it or...
-
#Threads
cd03b2b2-6af0-4610-94b8-c4d7b8441b39
Hi Durga this is a nice idea. We all are trying to improve our communication skills too.
-
#Threads
62962510-1304-4894-9ecd-55e65d2db50b
shalini_goel14Hi rama_krish, I feel the problem in above code is using following logic: if(root.lc!=null) call function again else return null Here you.....
-
#Threads
343e289d-0f7f-496e-9756-377e87efd01b
The function calling here is List2 ptr=search_link(root,key); /*here lc is left child and rc is right child*/ List2 search_link(List2 root,String key1) {.....
-
#Threads
Binary tree searching
Hi can any one give me code for searching a key node in a binary tree. (code is either in java or...
-
#Threads
03b3adbd-7967-4983-bca5-161502641905
ok fine I understood what it is.
-
#Threads
Sparse Matrix
Hi Can any one tell me how to represent a Sparse Matrix using arrays. and also how to add two sparse matrices.😲
-
#Threads
Traversal in trees
Hi, can any one tell me how the traversal operations take place in binary trees. Especially how the recursion takes place in...
-
#Threads
How to convert binary number to bcd number
Hi, can any one tell me how to convert a given binary number into its equal bcd number.😕