Programming Code (840)
Scripts_Markup Code (257) print a semicolon using Cprogram without using a semicolon any where in the C code in ur program!!
35 54823print numbers till we want without using loops or condition statements like specifically(for,do while, while swiches, if etc)!
11 24846Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it.
9 22220how can u draw a rectangle in C
Accenture, CO, Codeblocks, Cognizant, HCL, Oracle, Punjab National Bank, SAP Labs, TCS, University, Wipro,
53 120700
What are the features of XML?
Write a program to find sum of the digits of a number in python?
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)
how to programme using switch statements and fuctions, a programme that will output two even numbers, two odd numbers and two prime numbers of the users chioce.
Write a python program to check if a number is a palindrome or not?
Given a spherical surface, write bump-mapping procedure to generate the bumpy surface of an orange
How to get Dynamically Linked Comboboxes Set?
Is it possible to write JAVA program without including any of the packages,such as "import java.io.*"; bcoz I instantly wrote a code without "import..." statement and runned the program on command Line & it worked. the code is: class Person { String name; int age; Person(String s,int a) { name = s; age = a; } accept() { System.out.println(name+"Hi!!!!!"); System.out.println(age); } } class Demo { public static void main(Strings args[])throws IOException { String name = args[0]; int age = Integer.parseInt(args[1]); Person p = new Person(name,age); p.accept(); } }
Develop a routine to reflect an object about an arbitrarily selected plane
how to remove or delete multiple selected items from listbox in on button click in asp?
hai, i want to know how the connectionpool manager work in the java or netbeans.Anybody having the exact code plz give to me i have no idea about that so help me plz
Write a python program to check if a number is a prime number?
why nlogn is the lower limit of any sort algorithm?
how to pass data between pages using Frames
What is a cdata section in xml?