#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
What are the types of assignment statements?
How to Throw some light on the splay trees?
How can I read/write structures from/to data files?
What is pointer to pointer in c with example?
What is a loop?
What does a function declared as pascal do differently?
Process by which one bit pattern in to another by bit wise operation is?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
What does %p mean?
How can you increase the size of a statically allocated array?
Can we add pointers together?
What is the stack in c?
How to write a multi-statement macro?
What are the different types of data structures in c?
Why isnt there a numbered, multi-level break statement to break out