What is good attributes of Programming language ?
Answer Posted / sheik
oops concept
| Is This Answer Correct ? | 13 Yes | 13 No |
Post New Answer View All Answers
Which design patterns have you used?
what is diff bet ref variable & instance of class
What are events in smartforms?
1. Write a program to create a sentence at runtime and count number of vowels in it ? 2. Write a program to get a string and to convert the 1st letter of it to uppercase ?
What are two of your strengths that you will bring to our QA/testing team?
Write a program to find factorial of a number using functions
how to stop execution of step 3 in a job mainframe
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
suppose we have ten members of a physical file but we want the output of last 5 members only.how to achieve that?
Code for display the images from drive using vb 6.0?
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 are the Short cut Keys of Tally ERP?
Q2. A memory location has physical address D5687h. Compute: a. The offset address if the segment number is D445h. b. The segment number if the offset address is B577h.
how to get second highest salary from a employee table and how get a 5th highest salary from a employee table by using proc sql?
What is the Difference between in memory database and physical database