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 21131How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12074What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14262what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18278Post New Tech Mahindra Interview Questions
Why should a c++ programmer be interested in stl?
Give an account of PMA induced U 937 differentiation to Macrophages?
What is ORM in Rails?
What has been the principal reasons for the early traction? - Venture Capitalists
how to configure virtual volumes? And what is the advantages of it?
What are the various types of recording available in UiPath?
Is java ee a framework?
What are the five ways to do a table lookup in sas? : sas-grid-administration
What are the types of the programming language used in the sap abap software?
Case Study:- Assume you are an insurance consultant dealing with an umbrella of insurance products of various insurance companies. you have been approached by the Dean of college to give presentation on the insurance titled "life insurance fulfils the needs of aperson". The presentation should include the various needs of person at different stages of life. you have been rrequested to include sufficient example to make the presentation more reachable.
i have to login into gmail loginpage i have to pass testcase into userid and password by using functions. the test case of user id is it should take only lowerletters alphabetin between 4 to 6 length.it should not take spectial letters.it should not take numbers.testcase for password is it should take numbers and it should not take alphabets note the following things must happen 1 when i give correct password and userid that password and userid should be seen in QTP result and notepad,xl sheet 2 when i gave in valid password the system willgive message please give valid password that particular messaage should be seen in QTP result,norepa and xl sheet
Explain about remote call procedure?
Can we execute an xml?
How do you stop text from moving in word?
How to define numeric 9(3) in db2 table without decimal point??