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 tomcat high availability?
Explain linear linked implementation of Stack and Queue?
How do I sort a hashmap key?
What is the standard font?
what are your plans after completing your MBA (or) studies ?
What is the difference between XML and HTML?
Explain any one pressing equipment.
what is rate of different service tax in haryana
How can we make sure that Web API returns JSON data only?
Can we add constraints to the route? If yes, explain how we can do it?
what is mail role & relationship between senior Civil engineer to consultants , Construction manager ,project manager, project engineer ,Technical engineer & qa/qc engineer ? what is the responsibilites of Senior Civil Engineer?
Does constructor be static?
What is the first function that gets loaded from a controller?
What is the use of put method?
Which assembly represents the core LINQ API?