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
What are the different types of data structures in c?
What is a 'null pointer assignment' error?
Which is best linux os?
What is spaghetti programming?
What is a good data structure to use for storing lines of text?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
What is default value of global variable in c?
Is c is a high level language?
What does sizeof function do?
What is #include cctype?
What is the auto keyword good for?
When the macros gets expanded?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
Explain zero based addressing.
Why void main is used in c?