Is it possible to run using programming C for Java
Application?
Answer Posted / vishal
yes
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is the benefit of using #define to declare a constant?
Should a function contain a return statement if it does not return a value?
What would be an example of a structure analogous to structure c?
Which is more efficient, a switch statement or an if else chain?
Can we assign integer value to char in c?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
why do some people write if(0 == x) instead of if(x == 0)?
What is the difference between procedural and functional programming?
Can a local variable be volatile in c?
Can a pointer be static?
How can you draw circles in C?
Is linux written in c?
How does #define work?
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);
Why isn't it being handled properly?