AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
Answers were Sorted based on User's Feedback
What are file streams?
Program to find the absolute value of given integer using Conditional Operators
Is register a keyword in c?
If we give two names then this displays the connection between the two people. It is nothing but flames game
Explain how can you tell whether two strings are the same?
Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.
12 Answers MIT, TCS,
Why is c not oop?
Explain the difference between malloc() and calloc() in c?
How can I sort a linked list?
How to calculate sum
Write one statement equalent to the following two statements x=sqr(a); return(x); Choose from one of the alternatives a.return(sqr(a)); b.printf("sqr(a)"); c.return(a*a*a); d.printf("%d",sqr(a));
WHAT IS HEADER?