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
How can I sort more data than will fit in memory?
What is pointers in c with example?
What is a built-in function in C?
How can I generate floating-point random numbers?
What are derived data types in c?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What are void pointers in c?
What are enumerated types?
Is fortran still used in 2018?
What is the purpose of ftell?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
What is the most efficient way to store flag values?
What is dynamic memory allocation?
Explain what is output redirection?
What is && in c programming?