#include<stdio.h>
main()
{
char s1[]="Ramco";
char s2[]="Systems";
s1=s2;
printf("%s",s1);
}
Find the output
Answer Posted / ankit garg
it will give an error bcoz here we do not give the header
file for string ( #include<string.h>) ... and we can not
use the string without it....
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
When do we get logical errors?
Explain how to reverse singly link list.
What are loops c?
What is dynamic memory allocation?
What is the use of pointers in C?
Explain enumerated types.
Explain what is wrong in this statement?
Describe newline escape sequence with a sample program?
What do you mean by keywords in c?
Give basis knowledge of web designing ...
shorting algorithmS
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What is union and structure?
Why c is a mother language?
What is memory leak in c?