If u need any fake experience certificate in software side,
contact me at: vikramyadhav@gmail.com
No Answer is Posted For this Question
Be the First to Post Answer
where is available in this mantis toturials?
How many ways we can fill a dataset in .Net
Can any one give an example (Source Code) on virtual function implemetation in Java?
9.Difference between even and odd signals?explain with the diagram?
can we extend a class having only one parameterised constructor.Suggest the process to do it.
hi all, i need ur help in preparing a sql which performs scd2, i mean i have a scd2 mapping i need a sql which can give me same result as scd2 mapping, SRC table: cust_no, loc 01 abc 02 xyz TGT table: pm_ky cust_no loc current_flag 1 01 abc Y 2 02 xyz Y cust 1 has changed his loc to xyz then it loads into TGT table as below, pm_ky cust_no loc current_flag 1 01 abc N 2 02 xyz Y 3 01 xyz Y i need sql to get the above result, hope got me question, Any suggestion will be appreciate.. thanks, Vinod
How to change the color of a cell or a row in a datagrid on mouse hover using javascript/.net
Create a class TicTacToe that will enable you to write a complete program to play the game of Tic-Tac-Toe. The class contains as private data a 3- by-3 double array of integers. The constructor should initialize the empty board to all zeros. Allow two human players. Wherever the first player moves, place a 1 in the specified square; place a 2 wherever the second player moves. Each move must be to an empty square. After each move determine whether the game has been won and whether the game is a draw. If you feel ambitious, modify your program so that the computer makes the moves for one of the players automatically. Also, allow the player to specify whether he or she wants to go first or second. If you feel exceptionally ambitious, develop a program that will play three-dimensional Tic-Tac-Toe on a 4-by-4-by-4
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
code for connection from windows forms to sql server
How do you pass variables forwrd to future CECI sessions
Write a program to show polymorphism.