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 21185How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12098What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14300what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18314Post New Tech Mahindra Interview Questions
List and explain the various transactional processing’s within as abap.
a concrete mix 1 2 4 by volume with water cement ratio as .6 by weight if moisture content in F.A is 6% with 20% BULKING AND IN C.A 1.5% by volume. find quantities of different materials required for one bag of cement
If there is certain data that we want to use again and again in different transformations, what should improve the performance?
What is the origin of CSS ?
What do you understand by event-driven programming?
What is spring dao?
Can Guradians (other than parents) be dependents and can we get exemption on them at Taxation part like Medical, LTA and Sec 80DD? Pls Comment.?
How to prevent application?s main window from showing when application loads?
How do I lock an excel spreadsheet?
At design time how do you decide whether to declare a node in the component controller or in the view controller?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
How do I parse xml in python?
Explain in detail about scd type 1 through mapping.
Explain what is reflection in microsoft .net context?
What is the difference between Grunt and Gulp?