main()
{
charstr1="prakash";
charstr2="raju";
Str1=str2;
printf("\n%d",str1);
}
Answer Posted / naman patidar
compile time error at line 3 and 4.
can not assign string to char ( i.e. to str1 and str2).
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
Describe all the processes of the OS.
Can I run 64 bit on x86?
How do I know when chkdsk is done?
What is the trtw/trwt timing?
What are device drivers?
Is microsoft edge replacing internet explorer?
What is difference between program and x86?
How do I know chkdsk is finished?
Explain Advantages and Limitations of a command line interface?
How do I sort files?
What is a virtual machine and how does it work?
What are the states of a process?
What do you know about system model?
Measurements of a certain system have shown that the
average process runs for a time T before blocking
on I/O. A process switch requires a time S, which is
effectively wasted (overhead). The CPU’s efficiency is
the fraction of its time its spends executing user
programs, i.e., executing user processes. For round robin
scheduling with quantum Q, give a formula for the CPU
efficiency for each of the following:
(a) Q = ∞
(b) Q > S + T
(c) S Explain the triple channel architecture?