Programming Code (840)
Scripts_Markup Code (257) Hello, Can anyone tell me the source code for FLAMES game in Control Language Programming(CLP)of AS/400.
1 7458what is the output of following program ? void main() { int i=5; printf("%d %d %d %d %d ",i++,i--,++i,--i,i); }
10 24324Write 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.
2472posted 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 15293write a java program to create a Frame with three scrolls, change the back ground color of the frame using functions with values of scrolls.
4622i 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.
2660create 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 8677
Write a program to reverse a number in python?
Code for using a Hot Key in an ActiveX Control?
How to Link Different Data Sources Together?
write a program using virtual function to find the transposing of a square matrix?
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
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.
Write a function that takes an unsorted integer array, and returns a three element subset whose sum is zero.
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.
Code for Document Validation in XML.NET?
How we work on N tire architecture in asp.net Please give me Examle...
What is the functionality of GetWindow?
communication between main window and new windows
How can I include conditional statements in XML?
Write a python program to swap the first and last value of a list?
how to diplay a external image of output on winxp by using c & c++,