AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
Answer Posted / nvbtsundari
register
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is hashing in c language?
What is sorting in c plus plus?
simple program of graphics and their output display
Describe how arrays can be passed to a user defined function
What are the 3 types of structures?
Write a program to print fibonacci series using recursion?
Write programs for String Reversal & Palindrome check
Explain the use of fflush() function?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What is queue in c?
What is the equivalent code of the following statement in WHILE LOOP format?
Why main is used in c?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
Can stdout be forced to print somewhere other than the screen?
what are # pragma staments?