Answer Posted / guest
we r using this key word for equal and shine operator
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the features of c languages?
Why are algorithms important in c program?
When should a type cast not be used?
Why do we need functions in c?
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
What is the purpose of main( ) in c language?
Is swift based on c?
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
How can I read in an object file and jump to locations in it?
Tell me the use of bit field in c language?
What is the use of static variable in c?
What are actual arguments?
What happens if a header file is included twice?
How many keywords (reserve words) are in c?
What is the purpose of the preprocessor directive error?