Explain how can I avoid the abort, retry, fail messages?
No Answer is Posted For this Question
Be the First to Post Answer
I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
Every time i run a c-code in editor, getting some runtime error and editor is disposing, even after reinstalling the software what may be the problem?
In a header file whether functions are declared or defined?
What are types of structure?
Why is %d used in c?
HOW TO FIND OUT THE RREVERS OF A GIVEN DIGIT NUMBER IF IT IS INPUT THROUGH THE KEYBORD BY USING C LANGUAGE
main() { enum _tag{ left=10, right, front=100, back}; printf("%d, %d, %d, %d", left, right, front, back); }
What is table lookup in c?
what is difference between c and c++
the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38
When the macros gets expanded?