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 18344Post New Tech Mahindra Interview Questions
What is First Derivatives?
What is process id 1 in linux?
What is the purpose of using case expression in teradata?
How can we create a thread in java?
What are memory tables?
Can we use lambda without functional interface?
What is a static member?
Can I turn off some of my local papers?
Why are spreadsheets so important?
How do I access my usb drive on ubuntu?
What are the uses of mongodb?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
What is the difference between viewdidload and viewwillappear?
Define query items?
What are custom user controls in asp.net?