f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 21279How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12128What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14340what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18365Post New Tech Mahindra Interview Questions
How do I install a dll file?
what are the benefits of data integration? : Sas-di
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
Hi, There is a session in my workflow which is running for a long time, atlast we found the cause is the missing index. My session is running via a stored procedure. Can I create an Index on the table which the stored procedure is using while my session is running? Please suggest. My Informatica version is PC 8.0.6 My Oracle APPS is 11.5.3. Thanks,
How do I show line numbers in visual studio?
Which class cannot be a subclass in java?
How do I insert an xml file into word?
Can you define aica abend?
Explain the yii versions?
If Yes, why are you still willing to apply at this position? If No, are you willing to work at a lower pay scale?
What is typeset in unix?
What is glibc linux?
Why is post-weld heat treatment sometimes necessary for welded vessels?
Give an example that shows how to execute a stored procedure in ado.net?
If casting fails what type of exception is thrown?