Programming Code (840)
Scripts_Markup Code (257) how many processes will gate created execution of -------- fork(); fork(); fork(); -------- Please Explain... Thanks in advance..!
GATE,
8 25108how to print 1 2 3 4 5 6 7 8 9 10 9 8 7 6 5 4 3 2 1 using any loop(for or while) only once(only 1 loop) and maximum 2 variables using C.
19 46935Assume in University Every student in university as entity, prepare a class for student that store the roll no, name, dob of student, and make funtion of deletion, manipulation, addition of student record.
2795why 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 ?
2779What is the difference between proc means and proc tabulate ? explain with a simple example when you have to use means or tabulate?
1 4539What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql
2918can 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
TCS,
3021#include
Given a table of the form: Product Sold on A 1/1/1980 B 1/1/1980 C 1/1/1980 A 1/1/1980 B 1/1/1980 C 2/1/1980 A 2/1/1980 There are 30 products and 10,000 records of such type. Also the month period during which sales happened is given to u. Write the program to display the result as: Product Month No. of copies A January 12 A February 15 A March 27 B January 54 B February 15 B March 10 C January 37
write a code to generate pseudorandom numbes
In java, why do we set thread priority, when we know that there is no guarantee by which a thread should be execute?
Write a program to model an exploding firecracker in the xy plane using a particle system
Write a script to delete all the files in a folder except one desired file.
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.
Write 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.
How can you print an address of a variable?
how to use the GetTickCount() properly and what is that procedure for?
what full form name of B.K.U.
How to Print Asp.net GridView Data on Button Click using Javascript?
Is there any static classes are in java give some examples
create Drop-Down Navigation Menus
ArrayList declaration in .net
Hi, I want the code to fetch multiple rows in REXX using RLX and CURSOR. Can anyone help me?