#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 reason of your company position's in india no. 1.
what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")
7 Answers Cadence, JNTU, Zen Technologies,
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)
why we use "include" word before calling the header file. is there any special name for that include??????
11. Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage
What is wrong with this code?
What do you understand by friend-functions? How are they used?
What does the error 'Null Pointer Assignment' mean and what causes this error?
What are the different types of constants?
If null and 0 are equivalent as null pointer constants, which should I use?