Can a local variable be volatile in c?
No Answer is Posted For this Question
Be the First to Post Answer
what are the stoge class in C and tel the scope and life time of it?
What is typedf?
Do you know what is the purpose of 'extern' keyword in a function declaration?
Why we use stdio h in c?
what is the maximum no. of bytes calloc can allocate
Is it possible to use curly brackets ({}) to enclose single line code in c program?
What would be an example of a structure analogous to structure c?
What is getch() function?
we called a function and passed something do it we have always passed the "values" of variables to the called function. such functions calles are called a) calls by reference b) calls by value c) calls by zero d) none of the above
What is putchar() function?
what is the most appropriate way to write a multi-statement macro?
Write the syntax and purpose of a switch statement in C.