Pipes support half duplex communication. But if we want full-duplex communications we should use two pipes between two processes. Is such situation can leads to deadlock? Write two scenarios that could leads to deadlock in such situations?
1 4800main() { struct test { char c; int i; char m; } t1; printf("%d %d\n", sizeof(t1), sizeof(t1.c)); }
1 9558main() { char as[] = "\\0\0"; int i = 0; do{ switch( as[i++]) {case '\\' : printf("A"); break; case 0 : printf("B"); break; default : printf("C"); break; }} while(i<3); }
4 11218#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Instituteā); #endif }
1 4587Post New Vector India Interview Questions
Scope definition is necessary for all of the following reasons except: A. To subdivide project deliverables into smaller components B. To assess the stability of the project scope C. To facilitate time and cost estimates D. To facilitate responsibility and assignment
Suppose you execute a command using exec, what will be the status of your current process in the shell?
Boolean algebra
what are the applications of an inverting amplifier?
what is the difference between BI and BW security?
Explain about remote object? What is end point in remote object?
Which namespace is required to implement trace ?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
sir,i am golng to attend BHEL supervisor trainee personal interview on 11 sept.anyone share me that how could i perform well in interview& what they would expect from me. thank you.
Sir Kindly tell me Where is the best institute fir SAP(FICO-CIN and New GL module specially) in Hyderabad ASAP. Regards Om 9910699167
Differentiate between beanfactory and applicationcontext.
How do I center block-elements with css1?
What is periodontal ligament?
What is meant by transmissivity?
What is difference between module.exports and export?