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 21021How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12029What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14201what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18208Post New Tech Mahindra Interview Questions
How to calibrate an pressure gauge with yantrika test bench?
How to optimize a report in microstrategy environment?
Can I uninstall microsoft teams?
What does pst stand for outlook?
Define the Lis data flow?
List out a few performance monitoring tools.
What is string array?
Is any AC drive(VFD) had a feature of DC injection braking? if available please mention the detail. i.e drive can supply braking torque when the motor in idle state.
What combiners are and when you should use a combiner in a mapreduce job?
Tell about Cost- Push and Demand - Pull Inflation?
What does df command do in linux?
What is backpropagation in machine learning?
What is catalina in tomcat?
which application associates failure hierarchies to assets?
If 2 methods have same name and same number of parameters, which one will be executed first?