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 21261How 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 14326what'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
Expand----------SAMC
Explain how to call function in objective-c?
What is data reader in asp.net?
why to use freewheeling diode ( diode in revers bias mode) across dc coil
What is the differences between microprocessor and micro controller?
What is a formula bar in excel?
What are files in c++?
What are the different raid levels?
What are untrusted applets?
Explain when classnotfoundexception will be raised ?
Why people hate cursor?
How many vusers are required for load testing?
what is remote performance monitering?
What are various types of sensors used in the robotics?
When maintaining session through sql server, what is the impact of read and write operation on session objects?