What is #line in c?
No Answer is Posted For this Question
Be the First to Post Answer
print the table 5 in loops
What are the similarities between c and c++?
How do you determine whether to use a stream function or a low-level function?
How can I get the current date or time of day in a c program?
what is level of tree if leaf node is at level 4.please explain.
What is the advantage of an array over individual variables?
wat is the meaning of c?
Where are the auto variables stored?
Explain how do you list files in a directory?
#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); }
difference between ordinary variable and pointer in C?
Write any data structure program (stack implementation)