What are Storage Classes in C ?
Answer Posted / pranab kumar rana
According to denis ritchie there are 5 types of storage classes
1. auto
2.static
3.register
4.extern
5. typrdef
you all know about the abobe 4 types but in typedef is
actually not used as a storage class . but when it combines
with a variable it comes to the resolution
'
| Is This Answer Correct ? | 127 Yes | 46 No |
Post New Answer View All Answers
What is ## preprocessor operator in c?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What is class and object in c?
hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
In cryptography, you could often break the algorithm if you know what was the original (plain) text that was encoded into the current ciphertext. This is called the plain text attack. In this simple problem, we illustrate the plain text attack on a simple substitution cipher encryption, where you know each letter has been substituted with a different letter from the alphabet but you don’t know what that letter is. You are given the cipherText as the input string to the function getwordSets(). You know that a plain text "AMMUNITION" occurs somewhere in this cipher text. Now, you have to find out which sets of characters corresponds to the encrypted form of the "AMMUNITION". You can assume that the encryption follows simple substitution only. [Hint: You could use the pattern in the "AMMUNITION" like MM occurring twice together to identify this]
What are conditional operators in C?
What is keyword with example?
what is bit rate & baud rate? plz give wave forms
What are the salient features of c languages?
Explain the Difference between the New and Malloc keyword.
What is the collection of communication lines and routers called?
What is wrong with this initialization?
Is c procedural or object oriented?
What are multidimensional arrays?