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
main() { printf("hello"); fork(); }
Is struct oop?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is the symbol indicated the c-preprocessor?
What is the use of sizeof?
What is pointer to pointer in c?
Why do we use stdio h and conio h?
Why header files are used?
What does 4d mean in c?
What is function prototype in c language?
What is the difference between int main and void main in c?
Hai what is the different types of versions and their differences
Is null equal to 0 in sql?
Which is best book for data structures in c?
What is sizeof int in c?