Do you know the use of 'auto' keyword?
Answer / Abhishek Pratap Singh
"The auto keyword in C is optional when declaring variables within functions. By default, all local variables in a function are implicitly declared with the auto keyword. It indicates that storage for the variable should be allocated on the stack during runtime."
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain Function Pointer?
how can i calculate mean,median,mode by using c program
how to find the sizof of any datatype using bit manipulations
Can you define which header file to include at compile time?
tell me the full form of c?
What is dynamic memory allocation?
write a progrmm in c language take user interface generate table using for loop?
wat are the two methods for swapping two numbers without using temp variable??
WHAT IS ABSTRACT DATA TYPE
Explain the priority queues?
Apart from dennis ritchie who the other person who contributed in design of c language.
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?