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 12115What 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
What are the types of tag?
Define some of the attributes of a test case?
What are the different http methods?
What are some environmental applications of AI?
What is a cost center group?
Who developed node js?
What json framework supported by ios?
What's the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What is the command dbcc checkdb used for?
What resistance the ship encounter when the vessel is at sea
What is sql injection owasp?
what type of question will ask in the interview of lab chemist.
What is dual axis?
when you will synchronize a piece of your code? : Java thread
What's the difference between scripting and coding?