What are the storage classes in C?
Answer / Gaurav Bansh
In C, there are five storage classes: auto, register, static, extern, and typename. They control variable lifetime and visibility.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to find the binary of a number?
what are the advantages & disadvantages of unions?
What are c identifiers?
Why is this loop always executing once?
what is difference b/w extern & volatile variable??
What is methods in c?
Can you explain what keyboard debouncing is, and where and why we us it? please give some examples
how many error occurs in C language ?
What is C++
What are the concepts introduced in OOPs?
parkside's triangle.. create a program like this.. enter the size: 6 enter the seed: 1 output: 1 23 456 7891 23456 789123 sample2: enter the size: 5 enter the seed: 3 output: 3 45 678 9123 45678 parkside should not exceed 10 while its seed should only be not more than 9..
Give the Output : * * * * * * * * * *