#include<string.h>
void main()
{
String s1[]={"swathi"};
string s2[]={"maddimsetti"};
s1[]=s[];
printf("%s",s1[]);
}
Answers were Sorted based on User's Feedback
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
Meaning of () in c
What will be the output of x++ + ++x?
where do we use structure pointer?
write a c program to calculate sum of digits till it reduces to a single digit using recursion
Explain the use of #pragma exit?
what r the cpu registers r ther?
Where does the name "C" come from, anyway?
What do you mean by a sequential access file?
Combinations of fibanocci prime series
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
What are reserved words with a programming language?