#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
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
Can a variable be both const and volatile?
What are the c keywords?
What is c language in simple words?
Write a progarm to find the length of string using switch case?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
What is ponter?
Why c is called a middle level language?
What is a struct c#?
What are the 4 types of unions?
What is difference between && and & in c?
What is echo in c programming?
What is cohesion in c?
Explain what is the advantage of a random access file?
how logic is used