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
What is #include stdio h and #include conio h?
Do pointers need to be initialized?
What is c system32 taskhostw exe?
How can I recover the file name given an open stream or file descriptor?
How can you find the day of the week given the date?
List some of the static data structures in C?
What is getch() function?
Explain how many levels deep can include files be nested?
Why doesnt that code work?
Which driver is a pure java driver
Difference between constant pointer and pointer to a constant.
What does the error 'Null Pointer Assignment' mean and what causes this error?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What will be the outcome of the following conditional statement if the value of variable s is 10?
What is the Purpose of 'extern' keyword in a function declaration?