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 21133How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12074What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14262what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18278Post New Tech Mahindra Interview Questions
Does google use mongodb?
What is the significance of ASP.NET routing?
How many rows and columns are there in ms excel 2003?
Tell me the stages of double entry system?
1. What is Kitting? 2. What is Bin location? 3. What is the diff between Inside Sales person and Outside Sales person?
Dear ones, Currently am doing job in a retail industry as a floor manager.But doing this job cuts you from your social life n' that's y i am somewhat depressed. Also i want to go in marketing related jobs (advertisements,marketing Promotions, etc)in any well known company but no to insurence field as well. what can i do then? Please suggest me, i am so much confused ! Pallav Verma Raipur (C.G.),India
Does python have a ternary conditional operator?
What is ControlBox Propertie
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
How long do you expect to remain employed with American Red Cross?
In a class implementing an interface, can we change the value of any variable defined in the interface?
Where are chart tools in excel?
How do I add a program to the start menu?
What does eu do?
Can enum have methods c#?