Dot Net Code (114)
Visual Basic Code (11)
Programming Code AllOther (62) print a semicolon using Cprogram without using a semicolon any where in the C code in ur program!!
35 56316print numbers till we want without using loops or condition statements like specifically(for,do while, while swiches, if etc)!
11 25351Given 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 22572how can u draw a rectangle in C
Accenture, CO, Codeblocks, Cognizant, HCL, Oracle, Punjab National Bank, SAP Labs, TCS, University, Wipro,
53 122323
Implement a command console for changing settings on a particular object. The command console should allow you to enter a string and will return the response (very similar to a terminal session). The commands are as follows: SET propertyname=newvalue will change the target object’s member named “propertyname” to have a value equal to “newvalue”. If the input value is incompatible (i.e. an int being set to a string), print out an appropriate error message. GET propertyname will print out the current value of the target object’s member named “propertyname”. GET * will print out a list of all target object members and their current values. The system should be extensible for future commands and should accept an arbitrary object, such that another developer could insert another object into the system and rely on the command console to get and set the properties correctly.
Design an implement of the inputs functions for event mode
Write a Program for matrix multiplication.
how to write a program that opens a file and display in reverse order?
What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql
How to find the list of users who have two codes su01 and pfcg? thank in advance all.
program for check the given number is prime or not in VB.net
Give the code for Handling Mouse Events?
write a program that reads a series of strings and prints only those strings begging with letter "b"
Code for Easily Using Hash Table?
Write a program that will convert an integer pointer to an integer and vice-versa.
design a class car having variables model, yr_of_manufacture, owner,reg_no. Design methods for assigning the values, Printing the values( you decide gui,control, any other methods if require)
plz send code for feature rich resume builder in j2ee frontend:J2EE Backend: DB2 Express
write a program for area of circumference of shapes
can you use proc sql to manpulate a data set or would u prefer to use proc report ? if so why ? make up an example and explain in detail