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 21184How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12098What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14300what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18314Post New Tech Mahindra Interview Questions
Explain how can you estimate a gas flow based on two pressure measurements?
What is machine learning in artificial intelligence?
why would you use sql agent? : Sql server database administration
3. In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10%. The next £28000 after that is taxed at 22%. Any further amount is taxed at 40%. To the nearest whole pound, which of these groups of numbers fall into three DIFFERENT equivalence classes?
Why object class is super class for every class in java?
Tell me why does pre-emptive multi-threading used to solve the central controller problem?
What is the use of spath command?
What is trace in vb.net?
What are examples of triggers?
Are you appearing for interviews at other companies?
what is the purpose of joining engineering?
Explain what sort of existing documents should business analysts refer to when starting on a new project?
What is the function of authoritarian government?
How do I remove programs from startup in windows 10?
Why doesn’t the main method throw an error with no arguments?