Answer Posted / sarath_doubt
Procedure does not contain a return type, but a function
consists a return type.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Definition of Singleton Class? what is the Purpose of it? what is the advantage?
How can we develop a multi-tier application in Java?
Colors specified with the notation
Define Form modules, Class modules and Standard modules
1. Consider the following code in our example assembly language: ; an example bit of assembly code ROOT: W FATHER FATHER: W SON1 W SON2 SON1: W NIL W NIL ; ---------------------- SON2: W GRANDSON W NIL GRANDSON: W NIL W NIL NIL = 0 Assemble this code carefully following the two pass model, and show the symbol table at the point marked by the dashed line during each pass.
if 2 is passed as an argument to the method,void GC.Collect then what would be the result?
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
what is class module in vb6? what it's use? with example..
hi..this is kartheek..complted mca in 2009..but i dont have knowledge in programing..but to learn new language.. which one is suitable for me?is SAP or IBM mainframes is suitable for me..?if it suits how much will it costs..?pls answer...
Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.
how to add Servlet-api.jar file into eclipse 3.3.2 ?
write algo for cobol program whichuse three flat file to extract some specific information 8 marks mainframe