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 21252How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12119What 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 18346Post New Tech Mahindra Interview Questions
What is a normal distribution curve?
What is html5 vs html?
What is the use of underscore variable in repl?
Explain methods specific to list interface?
What is regex replace in c#?
What is difference between Over Current & Earth Fault protection?
What are the three distinct phases that a precipitation shows?
What are .cmd files?
What is the Expansion of SCADA, DCS & HMI?
Explain how many more times louder is 70 decibels than 10 decibels?
What are the deprecated Elements in HTML5 from HTML4?
With what extension the universes get created in IDT?
What is meant by metadata in context of a data warehouse?
how do you intitiate another transaction?
What is for-else and while-else in python?