#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

What is const and volatile in c?

559


How can I delete a file?

621


What is void main () in c?

722


Why c is called a mid level programming language?

599


What is logical error?

594






How does selection sort work in c?

611


What is the difference between char array and char pointer?

519


How do you print an address?

736


Is c object oriented?

531


What does *p++ do? What does it point to?

608


How to explain the final year project as a fresher please answer with sample project

459


What does it mean when the linker says that _end is undefined?

621


What is the difference between array and structure in c?

561


What is an identifier?

618


What are the __date__ and __time__ preprocessor commands?

561