#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What is the method to save data in stack data structure type?
What is the use of bitwise operator?
What are volatile variables in c?
Define macros.
What does %2f mean in c?
What is malloc() function?
Is there a way to jump out of a function or functions?
Explain what are multibyte characters?
What is a newline escape sequence?
What are the string functions? List some string functions available in c.
Can you subtract pointers from each other? Why would you?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What is a spanning Tree?
What is the use of in c?