#include<string.h>
void main()
{
String s1[]={"swathi"};
string s2[]={"maddimsetti"};
s1[]=s[];
printf("%s",s1[]);
}
Answers were Sorted based on User's Feedback
what is the use of bitfields & where do we use them?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
what is a c-language.what is do.
Explain main function in c?
what is structuer?
write a program to display all prime numbers
write a program to find lcm and hcf of two numbers??
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
Explain what are the different data types in c?
Explain what is the benefit of using an enum rather than a #define constant?
Explain what are bus errors, memory faults, and core dumps?
what is the definition of storage classes?