Answer Posted / satya.babi
computing language
| Is This Answer Correct ? | 28 Yes | 7 No |
Post New Answer View All Answers
How can you find the exact size of a data type in c?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
Is c++ based on c?
Why static is used in c?
Explain do array subscripts always start with zero?
Explain the difference between the local variable and global variable in c?
What is difference between structure and union in c programming?
What does & mean in scanf?
how to make a scientific calculater ?
There seem to be a few missing operators ..
What are the functions to open and close the file in c language?
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
How can I open a file so that other programs can update it at the same time?
When should I declare a function?
Explain union.