Artficial language is provided which of the language?
Answers were Sorted based on User's Feedback
you have an unlimited supply of $3 and $7 poker chips. What is the largest integer value that you cannot make by combining different numbers of chips?
is try block possible without catch block?
what is the extension of SPDS Dynamic cluster tables?
.net 2005 supports how many languages?
I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
what will we require to build project with the help of oracle
What is BASIS
what is programmable BIST in today ic design
Write a shell program where you enter a number which corresponds to K.M. Find out the corresponding values in m, cm, inches, and feet. Hints:- 1 k.m= 1000 m 1 m= 100 cm 1 inches= 2.54 cm. 1 feet= 12 inches
what is the difference between an OS(operating system) and Framework?
Write a program to swap the content of two variables without using a third variable.