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 14338what'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
What is meant by a Highest Cost Plan?
Which parameter specified in the default storage clause of create tablespace cannot be altered after creating the table space?
Are functions objects in java?
What does exc_bad_access mean?
What does varchar include?
How can we debug cobol pgm containig idms using xpeditor?
why should we use 'group' keyword in pig scripts?
How to find the return code of an stmt in abap programs?
Explain the advantages and disadvantages of transgenic animals for neuroscientific studies?
What is the difference between @requestbody and @requestparam?
How many minutes have you spent in your lifetime reading documentation or actually (gasp) working with any webMethods product on a real project?
what is a random variable?
What is the apache struts vulnerability?
What is a helper in codeigniter?
Explain how to restart or shutdown my application programmatically?