Hello, Can anyone tell me the source code for FLAMES game in Control Language Programming(CLP)of AS/400.
1 7185what is the output of following program ? void main() { int i=5; printf("%d %d %d %d %d ",i++,i--,++i,--i,i); }
10 22539Write 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.
2281posted 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 14745write a java program to create a Frame with three scrolls, change the back ground color of the frame using functions with values of scrolls.
4382i 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.
2308create 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 8344
Write a Program to find whether the given number is a Armstrong number.
write a program to convert temperature from fa height into celcius and vise versa,use modular programming
plz send code for feature rich resume builder in j2ee frontend:J2EE Backend: DB2 Express
What is a markup language?
communication between main window and new windows
what is main difference between array_push and array_pop?
In a gymnastic competition, scoring is based on the average of all scores given by the judges excluding the maximum and minimum scores. Let the user input the number of judges, after that, input the scores from the judges. Output the average score. Note: In case, more than two judges give the same score and it happens that score is the maximum or minimum then just eliminate two scores. For example, if the number of judges is 5 and all of them give 10 points each. Then the maximum and minimum score is 10. So the computation would be 10+10+10, this time. The output should be 10 because 30/3 is 10.
how to Auto Scroll the page
c# code to Count number of 1's in a given range of integer (0 to n)
Why XSLT is important for XML?
What is 301 redirects in php? When are we used 301 redirects in our projects?
What are the basic rules while writing XML?
Hi All, Do anyone have a solution/script for Uploading the Excel file in Local drive to QC Resources folder..?? TIA Dwaraka.
how to get the User's Time of Day
advance the focus to next consecutive fields when Enter Key is pressed