AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
Answer Posted / rohith
register storage class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
List out few of the applications that make use of Multilinked Structures?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What are the advantages of using new operator as compared to the function malloc ()?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
What is the use of f in c?
What header files do I need in order to define the standard library functions I use?
What are the differences between new and malloc in C?
Can static variables be declared in a header file?
What is the difference between test design and test case design?
What is const keyword in c?
Explain high-order bytes.
What is the use of function overloading in C?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
Which of these functions is safer to use : fgets(), gets()? Why?
Which control loop is recommended if you have to execute set of statements for fixed number of times?