How to use c/c++ code in JAVA
Answer Posted / manchu
yes the above answer ids write but when i try to run the c
file i got an error as
'cl' is not recognized as an internal or external command,
operable program or batch file.
can anyone tell me whether i should include any directory
path ..
otherwise please tell me the steps that should be done
before running the c file
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Why do we use c for the speed of light?
What are volatile variables in c?
What are different types of pointers?
Can variables be declared anywhere in c?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What is selection sort in c?
What are 'near' and 'far' pointers?
What does the file stdio.h contain?
.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }
Where static variables are stored in memory in c?
Explain the process of converting a Tree into a Binary Tree.
What is static identifier?
Why use int main instead of void main?
What is atoi and atof in c?
What are the 4 types of unions?