#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
Explain what is the benefit of using an enum rather than a #define constant?
Is c call by value?
Tell me what are bitwise shift operators?
How do I round numbers?
which type of aspect you want from the student.
Can a local variable be volatile in c?
How do you define a function?
Explain is it better to bitshift a value than to multiply by 2?
Write a program on swapping (100, 50)
What is s in c?
Explain what are linked list?
Explain the use of function toupper() with and example code?
Explain the difference between #include "..." And #include <...> In c?
What are bitwise shift operators in c programming?
Explain the difference between getch() and getche() in c?