#include<stdio.h>
main()
{
char s1[]="Ramco";
char s2[]="Systems";
s1=s2;
printf("%s",s1);
}
Find the output
Answer Posted / vignesh1988i
it will be an error as for as i know... since s1 is not a
pointer variable... but however array are implict
pointers.... here we cant assign the base address to
another arry which is capable of holding oly values not
addressses...............
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is wrong in this statement? scanf(“%d”,whatnumber);
What is the sizeof () a pointer?
the question is that what you have been doing all these periods (one year gap)
What does emoji p mean?
hi, which software companys will take,if d candidate's % is jst 55%?
Write a program to print factorial of given number using recursion?
Write the syntax and purpose of a switch statement in C.
What is boolean in c?
How many keywords (reserve words) are in c?
What library is sizeof in c?
What is a function in c?
What are the types of data types and explain?
Is a house a shell structure?
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What is typedf?