.main()
{
char *p = "hello world!";
p[0] = 'H';
printf("%s",p);
}
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of ‘auto’ keyword?
write a program that finds the factorial of a number using recursion?
State the difference between realloc and free.
What is c definition?
What does a run-time "null pointer assignment" error mean?
How to create struct variables?
Differentiate between a structure and a union.
What is the purpose of the preprocessor directive error?
What is the function of multilevel pointer in c?
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.
write a c program to print "Welcome" without using semicolon in the whole program ??
How a string is stored in c?