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 21252How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12120What 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 18346Post New Tech Mahindra Interview Questions
how to calculate regulation constants for over head lines? and what are the regulation constant for raccoon conductor at different voltage level and different P.F?
Is Django Open source ?
Define what is the grain size of lead as an element and as an alloy such as lead tin alloy?
Which is the indicator used in the determination of cao I cement solution?
What do you mean by cdb and pdb in oracle 12c?
How to stop IIS when you are writing web applications as ISAPI dll's?
How is the sto different from the standard po?
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
Why do some versions of toupper act strangely if given an upper-case letter?
What is the power requirement of a refrigerator?
Can instead of triggers be used to fire once for each statement on a view?
What is trigger in sql?
Is android the best operating system?
What is pl sql commands?
What is the use of parseint in java?