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 21296How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12133What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14348what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18368Post New Tech Mahindra Interview Questions
How Does Function Hoisting Work in JavaScript?
How do you open a file using node.js?
What is xss in php?
How do you autoshape in powerpoint?
What is the difference between access specifiers and access modifiers in java? 16
Explain the use of ‘key’ in react list
How ternary operators are used in python?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
What is difference between query studio and report studio?
Explain how to serve sites on valet?
Do you know what is rake in rails?
Hi..Am done with my Masters recently..Am planning to learn TIBCO.. could anyone suggest me about how the job market will be and Is there any course necessary to learn prior to Tibco..i mean any prerequisite. I dnt have any knowledge on PL/SQL thats it... Plz suggest me in a best way...
In which reactor the coolant and moderator are the same ?
What is the meaning of incest?
What are different states of an entity bean?