I m pretty sure that u have tried to make a "win 32 console Application"... thr "stdafx.h" and "stdafx.cpp" are necessary files... In order to use...
my dear frnd this code is working fine in visual c++ and borland c++ as well..I have checked it several times.. # include<iostream.h> #...
Introduction JDBC is a platform-independent interface between relational databases and Java. In today's Java world, JDBC is a standard...
see this:- //This program generates a table for the specific internal energy //and the specific enthalpy of Methane from 300K to 1000K using the...
u can try this:- #include <stdio.h> #include <conio.h> int main(){ float i,j,T; printf("Input T: "); scanf("%f",&T);...
what type of programming is this??:lipsrseal
do this:- #include <stdio.h> #include <conio.h> int main(){ int i,j,T; printf("Input T: "); scanf("%d",&T); for(i=300,j=350;i<=1000...
hello!!..welcome to this forum..
it also depends upon which side programming u want to do...?? client side programming or server side programming...rest shabbir has mentioned the...
visit this link... http://www.parashift.com/c++-faq-lite/mixing-c-and-cpp.html ur problem is well explained here...
what u did is not a program my dear...u did the complete manipulation with the statement...let me check it in other compilers nd then i m getting...
The above code cannot be optimized becoz the # define is taken care by preprocessor.. Preprocessor knows nothing other that replacing the variable...
have some patience..i m getting back to u soon...
select sal from(select sal from (select distinct sal from emp order by sal desc where rownum<=3) order by sal asc)...
nice way of bringing the change...AWeber is very helpful to u..isn't it?
welcome to this forum..start sharing ur knowledge with us...
welcome to this forum....have a nice time..
i have run the program in turbo c++..nd it is running fine...which compiler do u use??
see this:- # include<iostream.h> # include<conio.h> int expr_code[]={1,2,3}; char *exp[3]={"love","angry","sad"}; int main() { int...
Relational Algebra A query language is a language in which user requests information from the database. it can be categorized as either...
Separate names with a comma.