How to use c/c++ code in JAVA
Answer Posted / ramu
in the form of headerfiles
| Is This Answer Correct ? | 11 Yes | 11 No |
Post New Answer View All Answers
What are multidimensional arrays?
Describe how arrays can be passed to a user defined function
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
Where is volatile variable stored?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
I came across some code that puts a (void) cast before each call to printf. Why?
What is data types?
What are the similarities between c and c++?
What is a structure in c language. how to initialise a structure in c?
What is call by value in c?
What is hashing in c language?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What is a string?
praagnovation