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 20978How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12007What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14183what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18190Post New Tech Mahindra Interview Questions
What is the need of signing up with work email?
What is the importance of ms access?
State magnitude criterion.
Which is the parent class of printerstatereasons class?
How do I open a sybase database?
Hi, I Created 3 Tables Person(PersID[prkey],Name,Email,Password), Project(ProjName,ProjID[prkey],ProjLeader,ProjManager) & ProjectInvolvement(EntryDate,ProjID[frkey],PersID[frkey],ProjDuration). For this how can i INSERT,UPDATE & DELETE Through PROCEDURE? Please Post the Answer for me. Desai.
Which version of sql do I have?
How to choose a connector in blue prism ?
can you allow a class to be inherited, but prevent the method from being over-ridden?
What are different types of receipt reversals ? Explain them : oracle accounts receivable
What is data management gateway and power bi personal gateway?
Tell us the difference between merge and quick sort. Which one would you prefer and why?
How do ng models work?
verbal quiz and answers
How to get the number of rows selected or affected by a sql statement?