#include<stdio.h>
main()
{
char s1[]="Ramco";
char s2[]="Systems";
s1=s2;
printf("%s",s1);
}
Find the output

Answer Posted / ankit garg

it will give an error bcoz here we do not give the header
file for string ( #include<string.h>) ... and we can not
use the string without it....

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are terms in math?

585


What functions are in conio h?

652


Why isnt any of this standardized in c?

629


C program to find all possible outcomes of a dice?

1851


all c language question

1864






What is the code for 3 questions and answer check in VisualBasic.Net?

1684


What are the types of unary operators?

656


How can a string be converted to a number?

512


What is a good data structure to use for storing lines of text?

590


number of times a digit is present in a number

1537


Write a program to find factorial of a number using recursive function.

639


What is the purpose of & in scanf?

589


Explain how do you convert strings to numbers in c?

591


What are the disadvantages of a shell structure?

686


Explain pointers in c programming?

630