#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
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What is the difference between a function and a method in c?
What is the acronym for ansi?
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What is #include stdio h and #include conio h?
why programs in c are running with out #include
What are the types of bitwise operator?
plz let me know how to become a telecom protocol tester. thank you.
Is it possible to execute code even after the program exits the main() function?
Explain how can I make sure that my program is the only one accessing a file?
What is the correct code to have following output in c using nested for loop?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Write a program to swap two numbers without using the third variable?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
What is the advantage of c?