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 |
Find string palindrome 10marks
5 Answers Honeywell, Infosys, Riktam, Roland,
how to capitalise first letter of each word in a given string?
What are the different types of storage classes in C?
How to write c functions that modify head pointer of a linked list?
What is difference between arrays and pointers?
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
How do you write a program which produces its own source code as output?
What is sparse file?
how to multiply two number taking input as a string (considering sum and carry )
what is the use of fflush() function?
How can you read a directory in a C program?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.