#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 / ramesh
u will get error like incompatible types in assignment
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Do you know the use of 'auto' keyword?
What do you know about the use of bit field?
How many types of functions are there in c?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
What is a keyword?
Explain what is wrong with this statement? Myname = ?robin?;
When is a void pointer used?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
ATM machine and railway reservation class/object diagram
What is the difference between volatile and const volatile?
Was 2000 a leap year?
What is unsigned int in c?
What is the use of clrscr?
What is bin sh c?