Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


.find the output of the following program?
char*myfunc(char*ptr)
{
ptr +=3;
return (ptr);
}
int main()
{
char*x,*y;
x="HELLO";
y=myfunc(x);
printf("y = %s
",y);
return 0;
}


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.

0 Answers   HCL,


write a programme that inputs a number by user and gives its multiplication table.

2 Answers  


Is there anything like an ifdef for typedefs?

0 Answers  


Write a function to find the area of a triangle whose length of three sides is given

2 Answers  


why we are using semicolon at the end of printh statment

2 Answers   HCL,


How does sizeof know array size?

0 Answers  


Define C in your own Language.

0 Answers   Motorola,


why programming language C is still used in operating system's kernel??

1 Answers   Wipro,


Is c procedural or object oriented?

0 Answers  


what is the difference between malloc() and calloc() function?

1 Answers  


Is it possible to initialize a variable at the time it was declared?

0 Answers  


Describe the order of precedence with regards to operators in C.

0 Answers  


Categories