anybody, Please send me the NIC(scientific
officer/programmer) model questions papers to this mail
id:imtiyazahamed14@gmail.com
No Answer is Posted For this Question
Be the First to Post Answer
WHAT THE DIFFERENCE BETWEEN JCB 3DX & 3D?
Describe an impedance matching circuit?
pls send me the e-book for verbal and non verbal reasoning of R S aggarwall
what is the differences between software engineering and other engineering disciplines.
what is technical voice process and define it
2. Tell me about a time when you had to use your presentation skills to influence someone's opinion.
anyone send me aptitude and technical placement paper of Hewitt
What is Moore's law and what limits the size of a computer chip?
four jobs j1,j2,j3 and j4 are waiting to be run. Their expected runtimes are 9,6,3 and 5 respectively. In order to minimize average response time, the jobs should be run in the order: a) j1j2j3j4 b)j4j3j2j1 c)j3j4j1j2 d)j3j4j2j1
A code which had some declarations of some data items. There were a couple of normal data items(char,int..) and some pointers as well and a malloc call. You have to find the total memory taken up in the stack(Hint:Pointers and all are allocated in heap, not in stack, so dont count them).Also in most of these questions, they were specifying that the OS was 32 bit
I have written some code of my project in java technology & some code in .net technology. Is it possible to integrate these into single project(module) to run complete project..?? if possible then how??
why this for loop doesn't work . int i; for(i=2;i=0;i--) { cout<<i; }