main()
{
char p[] = "hello world!";
p = "vector";
printf("%s",p);
}
Answers were Sorted based on User's Feedback
Answer / amir khan
Vector because char a[] gives error due to empty parenthesis
| Is This Answer Correct ? | 4 Yes | 3 No |
How do you list files in a directory?
Given a string write a program to print all alphabetical characters in the order of their occurance first,followed by the sum of the numeric characters then followed by the special characters in the order of their occurance.
1 Answers College School Exams Tests, Wipro,
Is a house a mass structure?
When should a far pointer be used?
write a program to display all prime numbers
Explain what is the benefit of using const for declaring constants?
find the sum of two matrices and WAP for it.
How can I read in an object file and jump to locations in it?
Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com
What is the condition that is applied with ?: Operator?
What does the c preprocessor do?
What is Lazy evaluation in C? Give an example.