How many ways we can fill a dataset in .Net
Which tag is used to create the frame
where is available in this mantis toturials?
what is the exact full form of OOPS,O -> object O -> oriented P -> programing S-> ? ....
Given three sides of a triangle. Write the Program to determine whether the triangle is : 1) Invalid 2) Right Angled 3) Isoscales 4) Equilateral 5) Not Special An Isoscales right angled triangle should be taken as a Right Angled Triangle
3 Answers FFC, Goldman Sachs, Student,
What is easiest way to get the PL/i compiler,I didn't have found the compiler in my library. Is there any extra cost if we want to access the PL/1 programs?Actually we r having Mainframe rented training Ids
What is Partial class and its use?
How should a programmer decide whether to use a macro or a subroutine to accomplish a given logical function
1 Answers R V College of Engineering, University of Jordan,
How to rename A1-A30 datasets into B1-B30 using macros?
When will you use shell script/Perl ahead of C/C++?
pleasew define carrier scope in abap (sap).
Write a shell program to test whether a given year is leap year or not ?
What is the output of the following x = "abcdef" i = "a" for i in x: print(i), a) no output b) i i i i i i … c) a a a a a a … d) a b c d e f