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 21252How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12119What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14324what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18346Post New Tech Mahindra Interview Questions
Explain about Property-Map-DecisionTable method?
What about anonymous inner classes in java?
Hello Friends, I am Looking for the Load runner-Performance testing institute in HYD. I see most of them in this site are suggesting for TS Technologies as best institute for PT load runner. We you pls suggest me, Does this institute offers good coaching on Weekend Sessions/Batches? Does it covers all the course contents in these session? Please help me on this guys..
What is the Major Difference Between the Memorandum of Association and the Articles of Association?
The last callback in the lifecycle of an activity is onDestroy(). The system calls this method on your activity as the final signal that your activity instance is being completely removed from the system memory. Usually, the system will call onPause() and onStop() before calling onDestroy(). Describe a scenario, though, where onPause() and onStop() would not be invoked.
Mention what the difference between a 'defect' and a 'failure' in software testing is?
what is dead letter queue in ibm mq series?
What is a excel sheet?
How do I find query history in sql server?
What is a split-horizon dns?
What is a ringback number?
How to Populate a Table With Rows?
What is code access security (cas)?
What is the purpose of using data modem.
How do I use os authentication with weblogic jdriver for oracle and connection pools? : BEA Weblogic