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 21512How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12232What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14465what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18465Post New Tech Mahindra Interview Questions
Why Perl aliases are considered to be faster than references?
Can we execute an xml?
Explain 'far' and 'near' pointers in c.
What does & mean in scanf?
I just want to know plz tell me us shift its totally night shift or day or afternoon shift also there.
How is aop implemented in spring?
How to use "if ... Else if ... Else ..." Statement structures in ms sql server?
How do you identify independent and dependent variables in research?
What is an attribute tag?
What is persist in hibernate?
Why do you want to study business management?
Tell me what is pascal s principle?
Can you access a variable within a worker thread from the main thread?
How do you reset an excel spreadsheet?
Please explain that what are the basic functions for master, msdb, model, tempdb and resource databases? : SQL Server Architecture