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 21507How 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 14460what'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
if we apply 1000ADC instead of 100ADC or We apply 50ADC instead of 100ADC,What will be happened in the test result value.Pl explain
What are the different tools used for the ambari monitoring purpose?
Does @override do anything?
What is windows azure traffic manager? What are its benefits?
What is session in PHP. How to remove data from a session?
What is %s and %d in c?
What are the key elements to consider when creating user interfaces for LLM applications?
using primary can we relate two table, with out foreign key?
How do I delete a trigger?
hey, i am confused with ece n cse..both attract me the same..just that wich one has higher placements n pay pakages n which one has higher scope after doing mba??..reply urgently..
How are subsidies provided to farmers of any concern to the wto?
What is ngx bootstrap?
Explain how do ‘map’ and ‘reduce’ work?
Explain how does bluetooth fit in with wifi?
What is dataframe in python?