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 21253How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12120What 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 18346Post New Tech Mahindra Interview Questions
Does apple use angular?
how we can calculate the range selection time in mobile communication? or channel searching time?
How can sedimentary processes concentrate and form resources? Give an example of a resource formed by a sedimentary process.
What are some of the interesting facts about Big Data?
How do I get my outlook to show all emails?
Mention some of the validator tags used in JSF?
Is sql different from sql server?
what difference exists between control area and control interval?
How many types of stored procedures are there in sql server?
Explain what are the advantages of views?
Tell me what is the difference between the following two lines of code?$('#Mymodalprompt').modal({ keyboard: false });$.fn.modal.constructor.defaults.keyboard = false;?
What does explode do in php?
What are the general transaction codes for tr module?
In how many ways can a heading be written in html?