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 24746how 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 46210Assume 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.
2722why 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 ?
2720What is the difference between proc means and proc tabulate ? explain with a simple example when you have to use means or tabulate?
1 4437What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql
2861can 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,
2895#include
How to access oralce10g data from server to client in LAN?
Code to Block submission of form by pressing Enter Key
What is the functionality of EnumWindows?
Write a python program to check if a number is a strong number?
c# code to Count number of 1's in a given range of integer (0 to n)
What is used of serialize and unserialize in php?
I'm calling a JS fcn that fires AJAX to a webmethod and returns a boolean. How do I retrieve the return value in the codebehind? (VB) I can set a hiddenfield value in the JS, but if it's async how can my VB know when it's changed?
Code for IP Address Comparison and Conversion in C#?
What is the functionality of GetDesktopWindow?
How to export 2 datatables of a single dataset to 2 different worksheets of a single MSExcel file ?
Write a python program to count the number of digits in a number?
I have a doubt regarding including tags in a function. I have written a function in javascript in a html page. The function got called by clicking a button, i want to display the results in same html page by placing tags in the function. (this hmtl page is static page) Is this possible? example: