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 21246How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12114What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14324what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18342Post New Tech Mahindra Interview Questions
What is data modeling and Reterminal integrity?
Difference between sy-tabix and sy-index?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
Define repository pattern in mvc.net? : asp.net mvc
Is list same as array?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Types of web scraping / extraction available in automation anywhere?
What is CAR?
what is the difference between SCAN AND CHECK,LOKUP AND XFOOT? where we can use thease opcodes? Can any body tell me real time senariao with example?
What tag is used to create HTML Lists?
What is the magnetic field (coil DC ) of Turbo Expander?
What is css give example?
What do you know about Jan Dhan Yojana.
You are a project manager for Laurel's theater productions. Your new project is coming in over budget and requires a cost change through the cost change control system. You know all of the following are true regarding Cost Control except: A. Performance is monitored to detect variances B. Changes are reflected in the cost baseline C. Changes are monitored and reflected in the project scope D. Changes are monitored so that inappropriate changes do not get into the cost baseline
What is the difference between @configuration and @component?