#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
What is the full form of getch?
What are formal parameters?
What is c token?
Explain spaghetti programming?
How can I manipulate individual bits?
#include
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
write a proram to reverse the string using switch case?
Is it acceptable to declare/define a variable in a c header?
What does double pointer mean in c?
Write a program of advanced Fibonacci series.
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
What is d scanf?
What's the right way to use errno?
simple program of graphics and their output display