main()
{
char p[] = "hello world!";
p = "vector";
printf("%s",p);
}

Answer Posted / shiva

vector

Is This Answer Correct ?    13 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the error 'Null Pointer Assignment' mean and what causes this error?

746


Can true be a variable name in c?

561


What is the maximum length of an identifier?

667


what is the height of tree if leaf node is at level 3. please explain

1604


What is the size of structure in c?

705






What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

628


Why calloc is better than malloc?

574


What are the three constants used in c?

549


program for reversing a selected line word by word when multiple lines are given without using strrev

1951


An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above

710


If you know then define #pragma?

678


What does %2f mean in c?

677


Why isn't any of this standardized in c? Any real program has to do some of these things.

630


How do you view the path?

672


What is a program?

669