AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
Answer Posted / biju
Ofcourse register storage class is for quick access
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Differentiate between full, complete & perfect binary trees.
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
what are the facialities provided by you after the selection of the student.
What is define c?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
Is it possible to pass an entire structure to functions?
What standard functions are available to manipulate strings?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
How can I rethow can I return a sequence of random numbers which dont repeat at all?
What is pointers in c with example?
Why is c known as a mother language?
What happens if you free a pointer twice?
Give me the code of in-order recursive and non-recursive.
Explain what standard functions are available to manipulate strings?
Using which language Test cases are added in .ptu file of RTRT unit testing???