Latest Answer : In a static call, the call is done using a literal. Compiler option is NODYNAMIn a dynamic call, the call is done using variable. Compiler option is DYNAM ...
Can i call 5 pgms using static call n 3 pgms using dynamic call in a single pgm, if then how many load modules will be there? What about the compiler option(parm)to use?
Latest Answer : While you want execute a program inside a procedure we can use Exec Pgm=N1233am i right ...
Latest Answer : The using phrase will be coded along with the call statement in case any literal or address of the value is to be passed to the called program. ...
77 COUNT PIC S9(4)V99 VALUE -1234.55What will be output of the statement DISPLAY COUNT?a) 12345Nb) 12345Ec) -123455d) 123455N
Latest Answer : As the pic clause is display, the answere is a i.e., 12345N ...
How does the function call within function get evaluated? | |
Whenever we have more than one function which is called for a finite number of times then such a function gets evaluated from inside out.
Let us understand this concept with an example.
For instance consider a function sample called within it 4 times as given in program below:
main()
{
int a=50; |
|
|
|
|
What are the limitations with switch statement? | |
Switch statement is a powerful statement used to handle many alternatives and provides good presentation for C program. But there are some limitations with switch statement which are given below:
Logical operators cannot be used with switch statement. For instance
case k>=20:
is not allowe |
|
goto Statement | |
Why to avoid goto in C
C has goto statement but one must ensure not to use too much of goto statement in their program because its functionality is limited and it is only recommended as a last resort if structured solutions are much more complicated.
First let us understand the goto statement, its |
|
The Interview Snafu | |
How to turn someone else’s mistake to your advantage
Your dream job is about to become reality. A recruiter gave you the heads up about the perfect position at Humungous Conglomerate, Inc. You went through five interviews as well as a battery of psychological tests mandated by their HR de |
|
Winning a Job Interview with a Winning Resume | |
Does your resume unlock your potential, take your skills to the highest level and win you the interview and the job you want now? The job market today is highly competitive and even if you think you have what it takes to get an interview you won’t get over the line without a polished, prof |
|
Mainframe Features | |
Mainframe Features In this Mainframe tutorial you will learn about features of Mainframe Processing power memory capacity performance computing multiple operating system time sharing reliability serviceability availability clustering technology and other features available in Mainframe mosgoogle cen |
|
Importance of Proper English during Job Interview | |
Importance of Proper English during Job Interview Your job interview is crucially important and it will determine whether or not you will get the job Depending on the type of job you re going for it is very important for you to use proper English In most cases jobs which offer higher salaries will h |
|
HR Interview - HR Interview Mistakes You Will Want To Avoid | |
HR Interview Mistakes You Will Want To Avoid The job interview can be a stressful process This is especially true for those who are going after a competitive position Your nonverbal communication combined with the answers you give during the interview will determine if you are hired mosgoogle While |
|
|