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 the slmgr command?
What is htmlunitdriver?
What is the size of arraylist in java?
What is x-windows?
Is it possible to iterate through the rows of HBase table in reverse order?
What does nonatomic mean?
If Dg set load increase 25%, How much increase fuel Consumption (15 kva 2 cylinder DG set)
What is library in codeigniter?
How does aop work?
Who invented the first spark plug?
What is an image buffer?
What is the fault or needs to be done when frequency in ac drives is not changing?
What is the t-code for changing production order and to display production order?
Hello I am rohit I have done BE but i have got the job in a start up comp. as a management trainee now I don't know what to learn Please help Me Thanks Rohit
How will you get the platform dependent values like line separator, path separator, etc., ?