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 20897How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 11973What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14141what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18141Post New Tech Mahindra Interview Questions
What are governor limits in salesforce? : salesforce crm
Tell me which data types is not supported by the peoplecode programming environment?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
Define modularity?
How to pass data to a program that is coded in an exec statement?
How do I print without margins in powerpoint 2016?
What are the types of variable use in pl sql?
Define steady state error.
What are the major components of the chart of accounts?
Can we have both constructor and setter injection?
Which is the best way to go for the game playing problem?
What are the attributes which can be used during the creation of a new angularjs directives?
Is there is any way through which validation rule is bypassed while doing upload through data loader but not when user is creating record from user interface? : salesforce validation rules
Provide an example of a situation where you explained a complex medical concept to a child or adolescent in a way they could understand.
What is the purpose of xssffont class in apache poi?