Answer Posted / nashiinformaticssolutions
A compiler-specific directive used for special purposes like disabling warnings.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
why do some people write if(0 == x) instead of if(x == 0)?
Is c language still used?
What is const volatile variable in c?
What is new line escape sequence?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Where in memory are my variables stored?
Can we declare variable anywhere in c?
What is selection sort in c?
Is null always defined as 0(zero)?
What is function prototype in c language?
What are reserved words with a programming language?
What is the difference between int main and void main in c?
What are the benefits of organizational structure?
How to delete a node from linked list w/o using collectons?