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 20857How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 11962What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14128what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18126Post New Tech Mahindra Interview Questions
How will you allow a class to be inherited, but prevent the method from being over-ridden?
How is KNN different from K-means clustering?
HOW WILL YOU CONTRIBUTE TO THE GROWTH OF MIDDLETON OIL AND GAS LTD?
Explain thread.sleep?
What is the use of console application in c#?
How much stack emmission through your chimney and what is the state govt norms ?
What do you mean by spring batch?
Explain identity in sql server?
What is a windows form application?
what is object and child object.. explain ..if possible give some example for better understanding ..
Explain channel?
What does f10 do in word?
What is viewstate in asp net with example?
Why do we apply on iron articles?
Can you change the value of a constant filed after its declaration?