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

Answer Posted / guest

error

Is This Answer Correct ?    15 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you search data in a data file using random access method?

829


Write a program to reverse a given number in c?

595


What are the features of the c language?

640


a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

609


What kind of structure is a house?

551






What is sizeof int?

629


What library is sizeof in c?

568


What will the preprocessor do for a program?

584


In c language can we compile a program without main() function?

573


i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....

1518


What is the use of typedef in structure in c?

538


How can I pad a string to a known length?

608


What is data structure in c and its types?

591


What is pivot in c?

564


What is the concatenation operator?

606