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
Describe dynamic data structure in c programming language?
Explain how do you use a pointer to a function?
Can the sizeof operator be used to tell the size of an array passed to a function?
What is the deal on sprintf_s return value?
What is the difference between text and binary modes?
What is a void pointer? When is a void pointer used?
Can one function call another?
What is line in c preprocessor?
#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??
Why can’t constant values be used to define an array’s initial size?
Why void is used in c?
What is array within structure?
How do I copy files?
How can a number be converted to a string?
Is fortran still used in 2018?