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 18082How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 10794What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 12707what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 16972Post New Tech Mahindra Interview Questions
Explain which function in c can be used to append a string to another string?
You will be required to interact with patients. Tell us about your previous experience with patients and how did you deal with the experience.
Is securestring supported in windows phone?
What is static resources?
When do we view business process map?
What is meant by voltage commutation?
y the range of char is between -128 to 127 only????
What is current version of blue prism?
What is linq in c# with example?
What do you understand by critical points in iron, iron-carbide diagram ?
explain html document?
What are the three parts of a simple empty class?
Name the actions to manage windows control command?
Instead of specifying SETUP and HOLD time, can we just specify a SETUP time for '1' and a SETUP time for '0'?
Why is HDFS only suitable for large data sets and not the correct tool to use for many small files?