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 18082How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 10794What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 12707what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 16972Post New Tech Mahindra Interview Questions
What is a commodity hardware? Does commodity hardware include RAM?
Where we write javascript code in html page?
What is difference between ispostback and autopostback in asp net?
What is forum posting?
what is the velocity considering in lube oil drain line for lube of system for steam turbine?
Tell me what are the reasons why one should not hack wordpress core file?
tell me about a time when u had to many things to do and u were required opinion prioritized your talks.
List of words of preprocessor in .net?
How to retrieve an InterBase Blob in Delphi using SavetoFile?
A number of combiners can be changed or not in MapReduce?
Which SOX rules got inherited in SAP GRC?
What are the different scope values for the jsp objects?
19. Given a system that is described with the following equation, X=A+(B.(A̅+C)+C)+A.B.(D̅+E̅) a) Simplify the equation using Boolean Algebra. b) Implement the original and then the simplified equation with a digital circuit. c) Implement the original and then the simplified equation in ladder logic.
How do you stop an app from crashing?
What is worst case complexity algorithm?