Programming Code (840)
Scripts_Markup Code (257)
To Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates. String contains only lowercase characters ['a'-'z']
Discuss an algorithm to traverse a tree, depth first.
write a code that user can choose/alter Body Text Size
write a function to give demostrate the functionality of 3d in 1d. function prototye: change(int value,int indexX,int indexY,int indexZ, int [] 1dArray); value=what is the date; indexX=x-asix indexY=y-axis indexZ=z-axis and 1dArray=in which and where the value is stored??
How can get all database name using Php and Sql?
write a program to input a natural number less than and display it in words.test your program on the sample data and some random data sample input= 29 sample output= Twenty nine sample input=17001 sample output= out of range sample input=119 sample output =one hundred and nineteen sample input=500 sample output=five hundred
sample code to auto focusing the first field in a form
Could u please tell me any UNIX scripts that 'll lead to find the network latency of the servers.?or else any unix command to find the network latency of a server?Thnx in advance...
output for printf("printf");
Write a python program to check if a number is a perfect number?
How to update and insert from datagridview at run time in excel database?
how exactly is the lngColour used?
JasperETL how to install and create simple project explain me clearly fnds iam wtg for ur rply
how to pass data between pages using Cookies
Write a Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)