what are two kinds of java
Answers were Sorted based on User's Feedback
What does the characters “r” and “w” mean when writing programs that will make use of files?
What is sizeof array in c?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Why isnt there a numbered, multi-level break statement to break out
What is the difference between far and near ?
write a program for fibonaci series by using while loop in c?
which do you prefer C or Pascal?
write a program that will print %d in the output screen??
What is a method in c?
An array name contains base address of the array. Can we change the base address of the array?
how can make variable not in registers
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?