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 21262How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12121What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14329what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18351Post New Tech Mahindra Interview Questions
What is the role of jdbc drivermanager class?
What is mscomctl ocx used for?
How do you sort in descending order in python?
name few other popular column oriented databases like hbase.
What is assertion in jmeter? What are the types of assertion?
What is a Artisan command ?
When to represent an object as equipment or as functional location?
What are the server related tuning?
Does python support interfaces like in java?
What are the prospects for theoretical factoring breakthroughs?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
What is data export service and what is its scope?
where you will mention the cron task logic? Explain for 10 instances?
how you will do kernel compilation in linux operating system?
What is ORM ? Advantages of ORM ?