Answer Posted / addy
static variable means who's value is constant through out
the program.
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
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?
Outline the two important features of a terminating recursion. Any ideas?
Hai, My name is nisha.I have NIC exam.If anybody Knows NIC previous paper pattern pls send me to nishanairp@gmail.com
hi i m deepak my shedule for NIC pi is 17 Apr please contact me if anybody has interview on same day or give me some idea who have faced
how many types of operating system are avaliable?
MOV.CB 007H,ADCON1 MOVE.CT 001H,_OPTION_REG_7 MOV.CB 007H,CMCON
how do i add a column dynamically in a table by using java application?
in IT trend mantis meant what? how to know mantis in IT trends? detail description about mantis?
what are the advantages of sap on other software ?
Is class is a abstract datatype in java?
Compare any 4 software development life cycle paradigms with each other. Indicate at least one application for each of the paradigms that are suitable to developed using that paradigm.
Explain the difference between an expert and a novice user. How would your strategy for designing user interfaces for an expert user differ from that for designing user interfaces for a novice user.
Given an array of size n. It contains numbers in the range 1 to n. Find the numbers which aren?t present.
Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?
5.Call by value and Call by reference with program?