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
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
What does #pragma once mean?
how can I convert a string to a number?
How can you be sure that a program follows the ANSI C standard?
In C programming, what command or code can be used to determine if a number of odd or even?
What is extern keyword in c?
What is #line?
What does void main return?
How can I sort a linked list?
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
Where are the auto variables stored?
What is modeling?
What is difference between static and global variable in c?
What is && in c programming?
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..