What are the 32 keywords in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is const and volatile in c?
Explain what is gets() function?
how to write a bubble sort program without using temporary variable?
Predict the output or error(s) for the following: 25. main() { printf("%p",main); }
how to capitalise first letter of each word in a given string?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
Describe advantages and disadvantages of the various stock sorting algorithms
triangle number finding program...
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
What is a protocol in c?
What is meant by keywords in c?
Why c is called a middle level language?