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 21534How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12239What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14475what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18484Post New Tech Mahindra Interview Questions
What is the difference between while and for loop?
What is import array in angular 2?
Store (and count) non-fact records?
Out of constant pressure and constant volume lines on ts diagram which line has higher slope ? And whether slope is constant or variable ?
What is the difference between memcpy and memmove?
Explain lock, monitors, and mutex object in threading.
Is node js a web server?
How many steps etl contains?
Where is command history stored in linux?
What is the difference between the local container and shared container?
What are the file permissions and access modes in unix?
What are the disadvantages while using stone dust as filler in pavements?
tell me abt a time when u had to go above &beyind the call of duty to get the job done
What is bmp mode?
What are the two modes of views in selenium ide?