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 21021How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12029What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14202what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18210Post New Tech Mahindra Interview Questions
How do you auto adjust rows in excel?
How does list r; differs from list r();?
What is the concept of Virtual field?
What are the different development tools used in silverlight?
What is validation in mvc?
How to Make a field editable on a non-editable form?
Propeller shaft is used for the purpose of a) Transmitting the drive from the transmission to the bevel pinion of the final drive b) Transmitting the drive from the crankshaft to the road wheels c) Transmitting the drive from the transmission to the road wheels d) Transmitting the drive from the crankshaft to the bevel pinion of the final drive
How should companies measure social media marketing success?
How can javascript be debugged?
What is departmental accounting? Give an example
What is content provider component of android?
Explain the steps for connecting the system to Internet.
what is the relationship between garbagecollection and thread?
Can we access multiple operational databases from within a single microstrategy project?
Write the syntax to access third level record field using object oriented peoplecode?