Is it possible to run using programming C for Java
Application?
Answer Posted / küthoseto lohe
Yes/No
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
What are the functions to open and close the file in c language?
In c programming language, how many parameters can be passed to a function ?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
What is the difference between single charater constant and string constant?
Explain the use of function toupper() with and example code?
Which built-in library function can be used to match a patter from the string?
What is difference between static and global variable in c?
Explain what is wrong with this statement? Myname = ?robin?;
What is the purpose of void pointer?
Write a program on swapping (100, 50)
What is array of pointers to string?
What is size of union in c?
Is main a keyword in c?
what are bit fields? What is the use of bit fields in a structure declaration?
What is the stack in c?