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 21737How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12309What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14568what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18569Post New Tech Mahindra Interview Questions
Please Provide me the link to download Testing Category questions and answers If some body has downloaded it pleae send it to me Pavan : Email pavan_cd@yahoo.com Quetion2 : Can any body Explain me about Testing thumb rules
Dear sir-I WANT LAST FIVE YEARS RRB-CHENNAI QUESTION&ANSWER PAPER IN J.ENGG(GRADE:II)-MECHANICAL ENGINEER
Hello all, This is my assignment on shell scripting, can anyone help me regarding this ? Create a shell script which connects to the database In second shell script include the first script for the DB connection Create a table (PRADEEP_DATA) with 2 columns (name, value) In Third shell script include the first script for the DB connection And insert/delete the values from the Table, by accepting input from the user This functionality should be a menu driven Program: 1) Insert to the database a. Name b. value 2)Delete from the database a.Name b.value Exception handling needs to be taken care.
How software tester can use constants and variables in scripts?
How to define array in mongoose schema?
How to Remove drives listed in a TDriveComboBox ?
i am preparing for Drug inspector exam.If u have previous questions please send me.
How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain
How to call two different views from same action?
please send me latest Aptitude Test paper
please send me jindal interview question if any one have?? my id is erabhishekparashar@gmail.com thnx in advance
please send me previous year questions of jspl through which i could prepare myself for the test.
1. What ports does FTP traffic travel over? 2. What ports does mail traffic utilize? 3. What ports do HTTP and HTTPS use? 4. Why is NTP required in an NFS network? 5. Name some common mal software on the server side 6. What is CPAN? How do you access it? 7. What is PEAR? 8. What advantages does mod_perl have over a perl CGI? 9. What is required to do SSL in Apache 1.x? 10. What is Tcl? 11. What is a servlet engine/container? 12. What is BIND? 13. Name the steps to setup a slave zone in BIND 14. Name the steps to setup a primary zone in BIND 15. What commands would you use under Solaris or Linux to modify/view an LDAP tree?
Eplain the terms of any recent merger which had taken place in India.(*****)Please any one know about this explain.
Given a vector of numbers, how would you turn the values into scientific notation?