Is it possible to run using programming C for Java
Application?

Answers were Sorted based on User's Feedback



Is it possible to run using programming C for Java Application?..

Answer / vishal

yes

Is This Answer Correct ?    0 Yes 0 No

Is it possible to run using programming C for Java Application?..

Answer / küthoseto lohe

Yes/No

Is This Answer Correct ?    3 Yes 9 No

Post New Answer

More C Interview Questions

main() {int i=5; // line 1 i=(++i)/(i++); // line 2 printf("%d",i); // line 3 } output is 2 but if we replace line 2 and line 3 by printf("%d",i=(++i)/(i++)); then output is 1. Why?

1 Answers   GATE,


#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }

3 Answers   ADITI,


i want to know the procedure of qualcomm for getting a job through offcampus

0 Answers   HCL,


How we can insert comments in a c program?

0 Answers  


Explain the use of 'auto' keyword

0 Answers  


write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC

2 Answers   HCL,


Write a program that his output * *** *****

1 Answers  


Difference between goto, long jmp() and setjmp()?

0 Answers   EXL,


Ca some one please help me with aC code to allow user enter numbers from 1 to 20 without repeating and prnt the sum of those numbers thnx

4 Answers  


Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;

5 Answers   ITCO, Wipro,


In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.

0 Answers  


wht is the difference between KPO and BPO ?

2 Answers   Accenture, BPO, HCK, HCL, Infosys,


Categories