#include<stdio.h>
main()
{
char s1[]="Ramco";
char s2[]="Systems";
s1=s2;
printf("%s",s1);
}
what will happen if you executed this code?
Answer Posted / mannucse
syste
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the difference between the local variable and global variable in c?
What do you understand by normalization of pointers?
Does * p ++ increment p or what it points to?
What is wrong with this program statement? void = 10;
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
Why does the call char scanf work?
Write a program to implement queue.
what do the 'c' and 'v' in argc and argv stand for?
Are there any problems with performing mathematical operations on different variable types?
Explain what is the benefit of using const for declaring constants?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
What is a macro?
Write a program to use switch statement.
How can I read a binary data file properly?
What is the collection of communication lines and routers called?