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 21246How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12114What 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
Explain this pointer?
How to insert a start point in selenium ide?
What is the use of outside micrometer?
What is a function in postgresql?
In the TCP client-servel model, how does the three-way handshake work in opening connection?
A truck travels 420 m. Each tire on the truck has a diameter of 42 cm. If one revolution of a tire is equal to 2? Times the radius of the tire (in meters), which of the following equations shows how many revolutions each tire makes as the distance is traveled?
What does == mean?
How is a report executed in sap?
Tell us which forms have you most often used in your current and former positions? : insurance health
What are bean wiring and @autowired annotation?
What are the different ways to conditionally display markup, and what is the preferred approach?
What is blue prism work queue?
What is injectors?
What do you understand by tensors?
Explain enum in typescript?