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


Please Help Members By Posting Answers For Below Questions

Suggesting that there can be 62 seconds in a minute?

603


When should the const modifier be used?

662


A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

630


What is the difference between constant pointer and constant variable?

755


What are the storage classes in C?

631






Are the variables argc and argv are always local to main?

576


What is the concatenation operator?

616


Does c have enums?

605


How can I swap two values without using a temporary?

621


pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)

1865


What is the main difference between calloc () and malloc ()?

576


FILE PROGRAMMING

1781


What is a void * in c?

602


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1079


how do you execute a c program in unix.

641