in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
4 8295what are the different ways the Linux can swich from User Space to Kernel Space & vice-versa ?
2 9645if one of the critical section code (linked list) is under ISR & another one in kernel thread ? How you will synchronize for this critical section code ?
4 9517in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
2 6439if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?
2 10777Post New NetApp Interview Questions
What is file and its attributes?
Can we call procedure inside function in oracle?
Who wrote struts?
What is python written in?
How to write test case for this scenario. The system shall allow for a wild card search for the last name with a minimum of one character
hi i want validations for two drop down lists. when user enter to second list by skipping first list alert box should appear.