#include<stdio.h>
main()
{
char s1[]="Ramco";
char s2[]="Systems";
s1=s2;
printf("%s",s1);
}
Find the output
Answer Posted / mahadev shinde
ncompatible types in assignment of `s2' to `s1'
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Where in memory are my variables stored?
How to delete a node from linked list w/o using collectons?
What are local static variables?
What is c basic?
What are the different types of control structures in programming?
What are the differences between Structures and Arrays?
Explain what are the advantages and disadvantages of a heap?
what is the difference between 123 and 0123 in c?
Is fortran still used in 2018?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
Why void main is used in c?
Explain main function in c?
What is the purpose of 'register' keyword?
What is FIFO?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?