Even if all fields are initialized also in a program, I am getting COBOL/400 decimal data error .why is it coming?
WHAT IS NV RAM ?
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
what is an INI file?
What is Negative testing?
What's the difference b/w Table & Templete in Smartform?
how can i apply validation without using errorprovider in C# windows application
Hello Experts, What is the difference between move and move corresponding exactly? please post me asap
can we use commit,rollback in triggers and how?
suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
Programs in JAVA to get the remainder and quotient of given two numbers without using % and / operators?
what is the difference between a namespace and assembly ?