#include<string.h>
void main()
{
String s1[]={"swathi"};
string s2[]={"maddimsetti"};
s1[]=s[];
printf("%s",s1[]);
}
Answer Posted / vivek mathan
THE ANSWER IS "ERROR";
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Is it valid to address one element beyond the end of an array?
Write a Program to accept different goods with the number, price and date of purchase and display them
What is data types?
how can use subset in c program and give more example
Can the “if” function be used in comparing strings?
In which header file is the null macro defined?
What is a #include preprocessor?
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
Why can arithmetic operations not be performed on void pointers?
Explain how are portions of a program disabled in demo versions?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
How to delete a node from linked list w/o using collectons?
How do you define CONSTANT in C?
What is volatile variable in c with example?