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 21528How 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 14474what'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
Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]
What is decorator in angular 2?
What is $globals php?
what is sql profiler? : Sql dba
what are the phases of discovery in itnm?
what is a constraint? : Sql dba
How to make layout in yii?
Explain the importance of lstm.
How do I open javascript in chrome?
What is the limitation on the block size of pl/sql?
Explain what is datacontract and servicecontract?
What is fact degradation?
Explain assemblies in .net?
How does development of software differ from that of hardware from a quality viewpoint?
How do I convert na to blank in excel?