#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
code for quick sort?
Tell me what is the purpose of 'register' keyword in c language?
I need previous papers of CSC.......plz help out by posting them.......
What is memory leak in c?
What are the advantages of using macro in c language?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What is difference between arrays and pointers?
What is the difference between āgā and āgā in C?
What is a program flowchart and how does it help in writing a program?
Explain what is gets() function?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
Can you please compare array with pointer?
What is your stream meaning?
writ a program to compare using strcmp VIVA and viva with its output.
What is character set?