Explain how can I avoid the abort, retry, fail messages?
No Answer is Posted For this Question
Be the First to Post Answer
What is || operator and how does it function in a program?
how to create duplicate link list using C???
how can make variable not in registers
When should the const modifier be used?
The variables are int sum=10,SuM=20; these are same or different?
How can I change their mode to binary?
What is the difference between null pointer and void pointer
10 Answers CTS, Manforce, MAQ Software,
Explain how can you check to see whether a symbol is defined?
I heard that you have to include stdio.h before calling printf. Why?
What does %c mean in c?
What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }
how to multiply two number taking input as a string (considering sum and carry )