What are different storage class specifiers in c?
No Answer is Posted For this Question
Be the First to Post Answer
Which is best linux os?
Why is struct padding needed?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
Input is "Jack and jill went up a hill" To print output is 1-letter word(s)-1 2-letter words-1 3-letter words-1 4-letter words-4
AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
What is the explanation for modular programming?
25. It takes five minutes to pass a rumour from one person to two other persons. The tree of rumour continues. Find how many minutes does it take spread the rumour to 768 persons. ?
11 Answers CTS, TCS,
what is linkage error when it occurs in c program
Explain how do you generate random numbers in c?
if we take a number as a char then can we manipulate(add, subtract) on this number
main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }
Explain what is the advantage of a random access file?