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 18777How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 11012What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 13011what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 17225Post New Tech Mahindra Interview Questions
Explain rails caching levels.
How many availability zones are in azure?
How do queries work in a database?
What is External ID?
Name the three types of algorithms?
What is the use of the exclusion element?
how do u estimate the depth of the session scheduling queue? Where do u set the number of maximum concurrent sessions that Informatica can run at a given time?
Is it possible to include an insert statement on the same table to which the trigger is assigned?
How to Prevent windows task switching ?
How you can create a trigger in mysql?
Why should you avoid telnet to administer a linux system remotely?
Is part time domain experience in sap sd module allowed or only full time domain experience is only the criteria?
To set the site meta-data for the installed website which option will you choose?
What is the syntax of finding elements by class using css selector?
What is the difference between call transaction and session?