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 21246How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12114What 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 18342Post New Tech Mahindra Interview Questions
Explain the order of people code events firing?
What is a cshtml file?
Which table holds the encrypted login password?
Can we make hashmap synchronized?
Which function would you use to merge two arrays in php?
Explain About multi level and multiple inheritance how to achieve in .net
Difference between value and reference type.
What are the PPC tools would you suggest to a PPC fresher?
What amount of follow-on investment do you think our company will need to succeed? - Venture Capitalists
if you will not get success this time then what will you do?
What is the purpose of financial statements?
What is the use of sample and subset functions in R programming language?
Explain the Parquet File format in Apache Spark. When is it the best to choose this?
Is uploaded file php?
How to create an instance of the object in COM?