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 how can I avoid the abort, retry, fail messages?
What is the difference between printf and scanf in c?
Explain what are header files and explain what are its uses in c programming?
Write a Program to accept different goods with the number, price and date of purchase and display them
What is pass by value in c?
Why do we need arrays in c?
What is const volatile variable in c?
What is 1f in c?
What do you mean by c what are the main characteristics of c language?
What oops means?
What is %g in c?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
What is variable in c example?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
Can you explain the four storage classes in C?