What are static variables in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is ponter?
main() { enum _tag{ left=10, right, front=100, back}; printf("%d, %d, %d, %d", left, right, front, back); }
When is a void pointer used?
Are there constructors in c?
I have a varargs function which accepts a float parameter?
Is there a way to compare two structure variables?
What does it mean when the linker says that _end is undefined?
What are logical errors and how does it differ from syntax errors?
how many error occurs in C language ?
What is a static variable in c?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
how to capitalise first letter of each word in a given string?