How to use c/c++ code in JAVA

Answer Posted / gaurav

why to run back in c/c++ when u r using java which includes
All the features of c/c++

Is This Answer Correct ?    6 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

1697


What does #pragma once mean?

884


how can I convert a string to a number?

768


How can you be sure that a program follows the ANSI C standard?

1346


In C programming, what command or code can be used to determine if a number of odd or even?

802






What is extern keyword in c?

845


What is #line?

797


What does void main return?

812


How can I sort a linked list?

790


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

5332


Where are the auto variables stored?

825


What is modeling?

802


What is difference between static and global variable in c?

729


What is && in c programming?

870


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

1762