What are the rules for the identifier?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how do you override a defined macro?
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
wap to print "hello world" without using the main function.
What is the use of linkage in c language?
application attempts to perform an operation?
What is the sizeof () operator?
Is reference used in C?
What are static functions?
What is the general form of function in c?
Explain the red-black trees?
Is array a primitive data type in c?
what is difference between array of characters and string