#include<string.h>
void main()
{
String s1[]={"swathi"};
string s2[]={"maddimsetti"};
s1[]=s[];
printf("%s",s1[]);
}
Answer Posted / madhavi
%d
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Distinguish between actual and formal arguments.
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
What are pointers? What are different types of pointers?
Write the syntax and purpose of a switch statement in C.
What is dangling pointer in c?
List out few of the applications that make use of Multilinked Structures?
Do pointers need to be initialized?
What is function definition in c?
What's the right way to use errno?
What is a pointer and how it is initialized?
What is multidimensional arrays
Explain what is the use of a semicolon (;) at the end of every program statement?
What is memcpy() function?
Explain what is the general form of a c program?
What is anagram in c?