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 does stand for?
What is call by value in c?
What is dynamic dispatch in c++?
Write a program to reverse a given number in c?
What is a program flowchart and explain how does it help in writing a program?
Do you have any idea about the use of "auto" keyword?
Do string constants represent numerical values?
What is getch() function?
What is main () in c language?
Which is better pointer or array?
What is the difference between pure virtual function and virtual function?
What are operators in c?
Why clrscr is used in c?
Do array subscripts always start with zero?
What is spaghetti programming?