What are the 3 types of software?
No Answer is Posted For this Question
Be the First to Post Answer
How do I completely remove all traces of a program?
What advantage is there in having different time-quantum sizes on different levels of a multilevel queuing system?
What is Marshalling?
What is operating system in english?
How to take backup using active directory recyclebin concept
What is normal operating system?
Critical section is?
What is the difference between a file and a directory?
What are the essential conditions for a deadlock to occur?
Which one is not needed for Multi-pgm. enviornment?
when a process is created using fork(). what is shared between parent process and child process. 1.Heap 2. stack 3. shared memory segments 4. I/O handles
2 Answers Hyderabad Central University, nvidia,
main() { charstr1="prakash"; charstr2="raju"; Str1=str2; printf("\n%d",str1); }