- Q How can i access java from python (and the other way around)? are there any jni wrappers which can bridge the gap between the two?
- Q A man goes 12m due west and then 5m due south. How far is he away from his initial position?
-
Q
#include
main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); } - Q What are the properties of fourth matter Plasma?
- Q What is roasted in South Africa and eaten like popcorn
- Q Are there any other 'marker' interfaces?
- Q The highly polished monolithic Ashokan Pillars were carved out of single pieces of a buff-coloured sandstone, usually mined from the quarries of?
- Q Which of the following is a function of an IS steering committee? A. Monitoring vendor controlled change control and testing B. Ensuring a separation of duties within the information's processing environment C. Approving and monitoring major projects, the status of IS plans and budgets D. Responsible for liaison between the IS department and the end users
- Q What are the service information sent by dvb?
- Q Which type of variable among global and local, takes precedence over other if names are same
- Q What is break statement?