Answer Posted / ram
reference to the address of the variable
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Explain how can you check to see whether a symbol is defined?
Why c is a mother language?
Can we replace the struct function in tree syntax with a union?
What are nested functions in c?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Difference between linking and loading?
Explain how do you convert strings to numbers in c?
What is this infamous null pointer, anyway?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
How do I determine whether a character is numeric, alphabetic, and so on?
How many identifiers are there in c?
Who developed c language?
What is extern variable in c with example?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
How can you find out how much memory is available?