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 21033How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12031What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14204what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18212Post New Tech Mahindra Interview Questions
Describe a framework. List some of the common automation frameworks.
How are the function code handles in flow logic?
What is middleware in laravel?
How do abstract classes differ from interfaces?
How to improve the cache performance? : Dot net architecture
Is it possible to create multiple table in hive for same data?
Can you get hacked just by opening an email?
Are php sessions cookies?
what is the structure of atomic nuclei and how do complex systems derive their properties from their individual constituents?
what is the difference between == and eq in UNIX shell scripting?
How Did you spent you're last Night?
What are the tools used in big data?
Where the user store resides in OS?
What is the use of color boxes in WTO category of subsidies?
How many types of literals are there in JAVA?