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 21535How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12239What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14476what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18484Post New Tech Mahindra Interview Questions
What are the reusable transformations?
How can you use consumer api?
Which types of flags are used to run an application on android?
When do we use genbscript.exe?
Give the formula for baking soda.
what should be the acceptrd value of winding resistance for 2.5MVA transformer
Why gr blocked stock is necessary in sap mm?
Explain Cryptanalysis of digital steganography?
WAP to print a given number [0-1000] in words. For example, 123 as One Hundred and Twenty Three
Explain the interfaces from one NE to another (e.g. Abis, Gb, etc.)?
Do you know query execution plan?
What is cluster AWS cloud?
Can phonegap work with contacts data of mobile device?
What is route53?
What is mean by the error LVALUE REQUIRED in C language