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 21278How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12128What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14338what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18365Post New Tech Mahindra Interview Questions
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
What is variable declaration and definition in c?
Which property of the webmethod attribute allows you to maintain the state of objects across sessions in a web method?
You are the project manager for Design Your Web Site, Inc. Your company is designing the website for a national grocery store chain. You have your activity list in hand and several time estimates and are ready to diagram the activity dependencies. You should use which of the following? A. PDM techniques B. PDM or ADM techniques C. AON techniques D. ADM techniques
What is the main purpose of ospf?
What do you know about our firm?
How can a user differentiate simply between an equipment which has been charged and not charged for a service?
Do you know in accounting, vat abbreviates what?
Where do we use connected and un connected lookups?
Name 5 competitors that you believe are our competitors.
How do I get rid of #value in excel?
What do the monitoring service do?
I am going to appear for the RRB Chennai Section Engineer online exam. Please send me the question papers from 2001 to date to my mail id:upendrakrishna20@gmail.com,plz send me ,or send any other rrb papers plzzzzzzzzzzzzzzzzzz
What is the difference between Internal Table and External Table in Hive?
Why won't the virtual key codes work in program?