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 21029How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12030What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14203what'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
What are important features wpf?
What are the different types of classes?
Define left outer join?
What are the commands in microsoft word?
How do I make a spreadsheet on my computer?
what type of information system do this company use?
what tune did elvis preasly arrive on sage to in las vagas
If 200 is for all successful operation then why do we have 201 response codes?
Is mongodb worth learning 2019?
4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (
What is the state management in asp.net?
What is the function of cluster index?
How to get last inserted id using laravel query?
What do spark executors manage?
What is GUI in R?