AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
Answer Posted / devvv
resister variables ofcource
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Write a program to generate random numbers in c?
Differentiate between a for loop and a while loop? What are it uses?
Why do we need arrays in c?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
Is it better to use malloc() or calloc()?
Can a variable be both static and volatile in c?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
What is difference between scanf and gets?
Why we use conio h in c?
how logic is used
Write a program to print numbers from 1 to 100 without using loop in c?
How can you find the day of the week given the date?
What is volatile variable in c with example?
what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?
which is conditional construct a) if statement b) switch statement c) while/for d) goto