ASCII stands for
Answer / hon prajakta
ASCII stands for American Standard Code for Information Interchange.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are enumerated types?
What is the return type of sizeof?
Is double link list a linear data structure? If Yes, Why?If No, Why?
how do you redirect stdout value from a program to a file?
what is a void pointer?
What are the different types of pointers used in c language?
what defference between c and c++ ?
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
The __________ attribute is used to announce variables based on definitions of columns in a table?
What is linear search?
void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none