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 21184How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12097What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14300what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18314Post New Tech Mahindra Interview Questions
Write a program to reverse the string?
Can we have multiple struts config files in a single web app?
Explain how can you accomplish breakpoint in intertest?
Is window.onload is different from document.ready()?
Which are the components of the new mysap scm solution?
What do you mean by table control???Where will we use this?
What is console write in c#?
What are the advantages of asp.net mvc?
How to Create temporary canvas?
How to configure yahoo cookies in load runner?
What is placement new in data structures?
How to convert numeric values to character strings?
Define circuit turn off time
What we will do with the universe for faster process?
How come the code works, but doesn’t for two-dimensional array of mine?