main()
{
charstr1="prakash";
charstr2="raju";
Str1=str2;
printf("\n%d",str1);
}
Answer Posted / kas
well the program will run finely ... with some warnings
of course ...
This is what I got as "out put" of the program using Fedora13...
Warning: multi-character character constant
In function 'main'
Warning: overflow in implicit constant conversion ...
But the RESULT was given as the ASCII of the last character
of the second string ..
That is in this case the answer will be "117";
Hope it helps ... :D
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which is first operating system?
Why do I have x86 program file?
What are the basic operations?
What is the multi-treade and models (explain each models)?
What are the steps of booting?
How do I know when chkdsk is done?
What do you understand by coding schemes?
How long does it take to run chkdsk?
Explain ftdisk in operating system (os)?
Can you list the coffman's conditions that lead to a deadlock?
Can you have 2 operating systems on one computer?
Explain the basic concepts and hierarchy of memory?
What are the thread states?
How do I find system information?
Is 100 cpu usage bad?