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 21029How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12029What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14203what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18212Post New Tech Mahindra Interview Questions
Is c the same as c++?
What does the immutable bit do to a file?
how calculated Transformer losses.
What is a trapdoor function, and why is it needed in blockchain development?
Can you provide a list of layout management panels and when you will use them?
What is Under Subscription?
how to calculate the surge level of surge suppressors related to the SF6 cicuit breakers?
How is machine learning (ml) different from artificial intelligence (ai)?
What role does NIST play in cryptography?
How is adaptive learning implemented using AI?
write a query to retrieve the last day of next month in oracle.
What is the extension of Kotlin file?
Can you change default font in powerpoint?
What is actionmapping?
What are JVM.JRE, J2EE, JNI?