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 25059how 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 46819Assume 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.
2787why 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 ?
2771What is the difference between proc means and proc tabulate ? explain with a simple example when you have to use means or tabulate?
1 4527What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql
2912can 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,
3001#include
Discuss an algorithm to traverse a tree, depth first.
Can Any one suggest how we connect QTP and Mainframe and do validation from Mainfram screen
Write code to make an object work like a 2-d array?
How can you print an address of a variable?
Write a function that takes an array of integers and returns that array rotated by N positions. For example, if N=2, given the input array [1, 2, 3, 4, 5, 6] the function should return [5, 6, 1, 2, 3, 4]
What is a valid XML document?
Create a program to read two random data set in two files named data1.txt and data2.txt manifold contains integer numbers, whereas data2.txt file contains the float type numbers. Simpanlahmasing each into 2 pieces of data that is an array of type integer array and an array of type float, then calculate the average numbers in the second array.
write a program to perform generic sort in arrays?
Can we run Applet in Web browser with security policy files
hai, i want to know how the connectionpool manager work in the java or netbeans.Anybody having the exact code plz give to me i have no idea about that so help me plz
What software is available for XML?
code to create a new window
write a program that creates a sequenced array of numbers starting with 1 and alternately add 1 and then 2 to create the text number in the series , as shown below. 1,33,4,6,7,9,............147,148,150 Then , using a binary search , searches the array 100 times using randomly generated targets in the range of 1 to 150
Code for Presenting Parent/Child Data in a Data Grid Row?
How to get one hasmap value in another hashmap ,only value not key