#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


Please Help Members By Posting Answers For Below Questions

Write a program to reverse a linked list in c.

645


Explain what is the difference between a free-standing and a hosted environment?

635


What is array of pointers to string?

570


Give me the code of in-order recursive and non-recursive.

886


Explain threaded binary trees?

681






design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.

1497


What does volatile do?

567


Which driver is a pure java driver

993


What is an auto keyword in c?

641


How to establish connection with oracle database software from c language?

1675


What are the advantages of union?

628


Explain what are linked list?

626


Explain what is meant by high-order and low-order bytes?

635


What is a node in c?

550


Why & is used in c?

713