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 21546How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12241What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14479what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18486Post New Tech Mahindra Interview Questions
What is undefined value means in javascript?
can User access these kernel objects structures?
How do you keep a cell value constant in excel?
How automation testing is different from manual testing?
How does a coal power station produce electricity?
What do you know about the psychophysics and neurophysiology of selective, visual or focal attention?
What is churning effect of turbine
What are activex controls in excel?
1.can you use SCADA instead of DCS,DCS instead SCADA 2.Difference between DCS and PLC,can their role be reversed i.e. role interchange 3.Difference between RTU and PLC
What is the function of ‘git rm’?
How do you use conditional formatting in excel?
Compare the different Isolation Techniques ?
Sir, I want to know about Entry Tax. I purchased the Packing Box from other state.the entry tax on the packing items is 5 %.but now sale tax deptt. close the entry tax on barrier. the tax will be deposited with return. sir we want to know can i deposit this entry taxon on CST challan or not. if not then how can i deposit, or which cloumn in return shown this amount. please send the return format my mail ID is happynlg@gmail.com
What is ansible tower?
How can an internal table with header line and one without header line be distinguished when passed to a subroutine? : abap modularization