.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
Explain what is the difference between a string and an array?
Write a program to find the biggest number of three numbers in c?
1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output
What is variables in c?
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
What is an anonymous union and where to apply that ?
what is mallloc()?how it works?
How can I copy just a portion of a string?
Why functions are used in c?
Explain how are 16- and 32-bit numbers stored?
What are the Advantages of using macro
which is the best antivirus and how to update it