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
Why string is used in c?
Which is better malloc or calloc?
What do you mean by recursion in c?
How can I open files mentioned on the command line, and parse option flags?
Why is it important to memset a variable, immediately after allocating memory to it ?
What are the types of variables in c?
How can I direct output to the printer?
How do I determine whether a character is numeric, alphabetic, and so on?
What is structure in c explain with example?
In C, What is the #line used for?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is sizeof int?
How can I send mail from within a c program?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
What is meant by operator precedence?