Dot Net Code (114)
Visual Basic Code (11)
Programming Code AllOther (62) Hello, Can anyone tell me the source code for FLAMES game in Control Language Programming(CLP)of AS/400.
1 7557what is the output of following program ? void main() { int i=5; printf("%d %d %d %d %d ",i++,i--,++i,--i,i); }
10 24734Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
2527posted by surbhi just now main() { float a = 5.375; char *p; int i; p=(char*)&a; for(i=0;i<=3;i++) printf("%02x",(unsigned char) p[i]); } how is the output of this program is :: 0000ac40 please let me know y this output has come
GATE,
2 15430write a java program to create a Frame with three scrolls, change the back ground color of the frame using functions with values of scrolls.
4667i really need help about this.. write a program to display the set of odd and even numbers separately. find the highest and lowest value of the given numbers.
2725create a slide show which has three slides,which includes only text.program should change to the new slide after 5 seconds.After the third slide program returns to the first slide.
1 8775create a MIDP application,which show to the user 4 questions.All questions have 4 possible options and one right option exactly.Application counts and shows to the user how many right answers were right and shows them to user.
1 8017
plz send code for Ecorps in j2ee frontend:J2EE Backend: DB2 Express
Code for Creating a Form Using PlaceHolder Controls?
Develop a routine to reflect an object about an arbitrarily selected plane
Write Down Steps Using SAX Parser
program for straight line(y=mx+c)
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 to add a value from textBox over an existing certain column in SQL Server
How to Check if File Exists?
Write a Program to truncate a given floating point value (e.g.16.25=16).
Give me some tips in c#?
Write a routine to implement the polymarker function
What is the functionality of EnumChildWindows?
What is the code of Password Recovery or Forget your password? Plz tell in c # language.
Common UI for Multiple web applications. Suppose there are 35 websites using same third party controls.These 3rd party controls are made together that all 35 websites can use these controls.If we put all 3rd party controls and use its dll in 35 websites,only class files will be accessable. But I want to use CSS,images also in all 35 websites. how I can design the N-tier solution for this project.
why do you use macros? Explain a situation where you had to incorporate macros in your proc report? use a simple instream data example with code ?