#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
How do you redirect a standard stream?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
What’s the special use of UNIONS?
What is the 'named constructor idiom'?
Explain what is the benefit of using #define to declare a constant?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
Explain the properties of union.
If I have a char * variable pointing to the name of a function ..
Explain what is dynamic data structure?
How to write a code for reverse of string without using string functions?
Can we declare function inside main?
What are the advantages and disadvantages of c language?
Why c is called top down?
What is calloc malloc realloc in c?
Which driver is a pure java driver