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 21535How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12239What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14476what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18484Post New Tech Mahindra Interview Questions
How to get current url in cakephp?
What is main difference between spring and spring boot? : Spring Boot
Why is mongodb so fast?
Explain android 4.0 library folder in android?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?
Which package can be imported while working with webdriver?
What do you mean by 2-3 tree?
What is f:validateregex tag in jsf (javaserver faces)?
What is static polymorphism?
Is wpf open source?
How do indexes help, types?
What are the differences between the command line and graphical user interface?
DEAR SIR/MADAM,CLEARLY EXPLAIN ABOUT CRAWLING AND COGGING EFFECTS IN INDUCTION MOTOR.
What is the Diff between Code Walkthrough & Code Review? What is the diff between walkthrough and inspection? What is meant by GUI Testing?