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
Does apache require java?
What are the classes and methods used for sending sql statements to database?
How do I check the health of my external hard drive?
Explain what is the function of ‘Supervised Learning’?
Name the different modules of the spring framework?
Where are postgres databases stored?
An example where ensemble techniques might be useful?
Mention the different types of models used for deployment in Cloud Computing?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?
Can I learn c++ without c?
Explain the use of fflush() function?
Explain how to convert design gray to binary code?
What is mongodb written in?
What is the best shell scripting language?
What is the fillfactor concept in indexes?