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 21247How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12116What 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
How to customize ant extgen and where need to change it?
What are the limitations of the Pig?
There are some duplicate entries in an array and you want to remove them. How would you do that?
Suppose if you are ps developer then in what scenarios component interface will have advantages over component?
If you see the value for reloads is high in the estat library cache report is this a matter for concern?
If there is a pipe and you send it to a sub-contractor to be cut in to two or three pieces. How will you map such scenario in sap? Will you create separate material codes for each pipe with different length or what will be your approach?
What is your philosophy in life?
Why is my hard drive not showing up in disk management?
how to create multithreaded program? : Java thread
Why is sizeof not a function?
I keep reading about web services, but I have never actually seen one. Can you show me a real web service in action?
What is the difference between the positional and keyword parameters? Give examples.
what happen when there is moisture in the TX valve?rac
What does GSLV stand for?
Beginning with sql server version 7 0, a new enhanced data type nchar was added what type of data is supported with this data type?