a character variable can at a time store
a) 1 character
b) 8 characters
c) 254 characters
d) none of the above
Answer Posted / tanmoy bhandari
1 character
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Explain what is the most efficient way to store flag values?
Explain what header files do I need in order to define the standard library functions I use?
What is the difference between variable declaration and variable definition in c?
What is indirection in c?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
Explain what is the difference between functions getch() and getche()?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
How macro execution is faster than function ?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
How can I manipulate individual bits?
When do we get logical errors?
code for find determinent of amatrix
What is file in c language?
What are the 5 types of organizational structures?
why return type of main is not necessary in linux