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 21296How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12133What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14348what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18368Post New Tech Mahindra Interview Questions
What is the use of Laravel - Sending Email ?
What is laravel language?
What are su25 t-codes used for?
Arrange the following in their increasing polarity order Carboxylic acid, hydroxyl, phenyl, amino and aldehyde
How do you combine two formulas in excel?
The first fully computer generated film?
What is the meaning of executenonquery?
What is text wrapping in word?
What is the difference between test scenarios and test strategy?
What is master database? : sql server architect
what are the grades of concrete?where and or what purpose a particular grade is used in a particular structure?
What are views in python?
Explain the purpose of dna?
How to select a value in a dropdown?
What is the way of dealing with “exploding gradient” problem in rnns?answer: gradient clipping, the gradient is set to the threshold. Gradient clipping will chop the gradients or restricts them to a threshold value to prevent the gradients from getting too large.