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 12120What 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 does ls mean in linux?
Name and explain some of the exclusive features which are present in vb?
What do you mean by Insurance Coverage?
What is sql trigger example?
In COBOL, what is the different between index and subscript?
what is the difference between hashed & sorted internal tables?
What is an example of a many to many relationship?
Why do you choose banking as your career?
What is mean by jms?
In how many formats is a report available in excel?
Explain about Localization (IND & US ) in Oracle Apps ?
What is Functional, Non-Functional, and Regression Testing used for (i.e. the purpose of each)?
How can you send request to amazon s3?
define profiler???
What are value converters in wpf?