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 21281How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12128What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14340what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18365Post New Tech Mahindra Interview Questions
What function you can use to wrap a page content?
What is compile function in angularjs?
Google analytics can help you learn more about the behavior of your client's customers. What is the reason?
Explain the two types of oltp? : Client server computing
Explain Intermediate Language?
i want to jspl Q&A,pls send this email id:var05mech@yahoo.co.in
Explain what happens when hadoop spawned 50 tasks for a job and one of the task failed?
What is gang scheduling in operating system (os)?
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
how will you search an array?
What are python scripts used for?
what happens to guaranteed documents when outbound document store is full
Define latency?
What do you understand by the term sap netweaver business client?
What is the type of the following Array?, val arr = arrayOf(1, 2, 3);