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 21506How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12230What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14458what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18463Post New Tech Mahindra Interview Questions
Tell us the use of fflush() function in c language?
Explain the flatMap() transformation in Apache Spark?
How do I escape in php?
What is the Runbase Stack?
Do you know what is luw (logical unit of work)?
HOW THE OLTC TRANSFORMER SAVE ENERGY IN COMPARISON TO OFF LINE TRANSFORMER AND IS IT ECONOMICAL TO REPLACE THE OFF LINE TRANSFORMER TO OLTC TRANSFORMER
What is the difference between email automation command and send email command?
What is session and Cokkies . How it works . tell some thing about Session_id()
What samples and sample databases are provided by microsoft?
How many ways to include array elements in double-quoted strings using php?
How and by what methods data visualizations can be effectively used?
Which partner function is relevant when it comes to tax calculation in the sales order?
Tell us the principle behind blockchain technology and how many types of it are available?
What do you mean by level of the tree?
Tell me what are bitwise shift operators?