What is the function of volatile in c language?
No Answer is Posted For this Question
Be the First to Post Answer
Can you please compare array with pointer?
Is c pass by value or reference?
What are formal parameters?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
Why main is not a keyword in c?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is clrscr ()?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }
what is the difference between c and c++?
What is a dynamic array in c?
What are local static variables?