#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
What is the difference between a free-standing and a hosted environment?
What is difference between scanf and gets?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
What is the equivalent code of the following statement in WHILE LOOP format?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
Differentiate between Macro and ordinary definition.
What is the meaning of typedef struct in c?
List out few of the applications that make use of Multilinked Structures?
What are reserved words with a programming language?
can we have joblib in a proc ?
How do c compilers work?
What does & mean in scanf?
Explain the process of converting a Tree into a Binary Tree.
Whats s or c mean?
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?