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
Explain the positioning time for a disk.
What does echo $$ do?
Will chkdsk fix bad sectors?
What is system unit?
When did 64 bit come out?
What are the ways in which fault tolerance can be ensured in systems? (Different redundancy techniques)?
Can you install a 32bit program on a 64 bit computer?
Do I need both program files and program files x86?
What is Direct Access Method?
What do you mean by ram?
Explain booting the system in operating system.
What are the different types of kernel?
What is the difference between a file and a directory?
Does grep ignore case?
What is the most used operating system?