When we have more than one main function in a program how
does the compiler know the starting point of the program, i
mean from which main the execution or compilation of the
program begins?
Answer Posted / aks
Program doesn't allow more than one main function.
| Is This Answer Correct ? | 15 Yes | 6 No |
Post New Answer View All Answers
if 2 is passed as an argument to the method,void GC.Collect then what would be the result?
what is meant by life cycle of a business
What for decision coverage and modified condition decision coverage are used? Wat is the difference between them?
what is throws keyword
can we extend a class having only one parameterised constructor.Suggest the process to do it.
Hi All, Can any one please send me the difference between informatica 7i and 8i versions, Thanks in advance. vinod
give idea for creating screen in abap
Explain what is OOPS and its concepts?
How does the TCP handle the issue of multiplexing?
what is the difference between SCAN AND CHECK,LOKUP AND XFOOT? where we can use thease opcodes? Can any body tell me real time senariao with example?
in IBM PC -AT.WAT AT REFERS TO?
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.
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?
5.Call by value and Call by reference with program?
Suppose server object is not loaded into the memory, and the client request for it , what will happen?