Differentiate between data base and data mart?
how many protocols are available and what are they?
What is Lease Line?Why power cord is not required to NT Boxex on which lease is connected ?Why we use use NT BOXEs for ISDN and Lease line?
Why do windmills never appear stationary?
Can u send me a sample Final year CSE student 'RESUME' for campus placement to following mail id: aspnetworks@gmail.com
can i clearly know courses under oracle
Which one is more efficient in terms of required memory space call-by-value or call-by-referance?
HTML tag for bulleted list is--------------
Hi,am being graduated as BE in MECHATRONICS engineering and now experienced work in mechanical stream for 1.5 years.If am trying for a job in mechatronics what are the fields do i need to be known well and is there any companys who requires a MECHATRONICS ENGINEER.
1)what is output for the following program. #include<stdio.h> main() { int *p,*q,i; p=(int *)100; q=(int *)200; i=q-p; printf("%d",i); } a)100 b)25 c)0 d)compile error
As you achieve greater success with the company after some years, Will you like to be a shareholder in our company?
What is the difference betweem scrum model,xp model and fdd model?
#include<stdio.h> int main(){ int a=5; printf("%d %d %d",a++,a++,++a); return 0; }..please explain me output 7 6 8..Thnx in advance