Dot Net Code (114)
Visual Basic Code (11)
Programming Code AllOther (62) how 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 46948Assume 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 4541What is the match merge ? compare data step match merge with proc sql merge - how many types are there ? data step vs proc sql
2920can 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,
3022#include
i want to supress the entire row which have null value and i want to place next row in that place.
HCL,
2511
Write a Program to find the reverse of a given number.
write a program that reverses the input number of n.Formulate an equation to come up with the answer.
how to create a 3x3 two dimensional array that will give you the sums on the left and bottom columns
c# code to Count number of 1's in a given range of integer (0 to n)
Write a Program in 'C' To Insert a Unique Number Only. (Hint: Just Like a Primary Key Numbers In Database.) Please Some One Suggest Me a Better Solution for This question ??
write a java program to create a Frame with three scrolls, change the back ground color of the frame using functions with values of scrolls.
write a program using virtual function to find the transposing of a square matrix?
Coding for Synchronizing Cache Access in ASP.NET?
A suduco given & u hv 2 check if it is incomplete(blanks left),or correct or incorrect
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
#include
I have multiple datasets and I have to search a particular string in all of them at a single time. Please suggest a full jcl or rexx tool for it.
What is the code of Password Recovery or Forget your password? Plz tell in c # language.
Hello Sir, Thanks for the Solution but, can you pls. Explain the coding for the Static Function & static variable from the below coding....waiting for Ans. class fact { public static void Main() { fact f=new fact(); int x=1; //Declaration of x as 1 int k=Convert.ToInt32(Console.ReadLine()); for(int i=1;i<=k;i++) { x= x *i; } System.Console.WriteLine(x); } }
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