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 21520How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12235What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14466what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18475Post New Tech Mahindra Interview Questions
How will I identify the popular pages on my site?
hi i have completed my b.tech in cse stream. now i am working in an organisation in testing department. i want do sap course but i dnt know which module will boost my career can anyone suggest me which is good for my career
Give me example of chain of responsibility design pattern?
What is in memory in spark?
What is sanity?
What are the disservices of utilizing Apache Spark over Hadoop MapReduce?
What is action tag in jsp?
When should I use singleton?
what r issues faced in gl
In document how to create metrics?
What are the different types of luws?
What are the difference between post and page in wordpress?
How big was your fact table
List data types in PHP?
What is the difference between Call Transaction Method and the Session method ?