a character variable can at a time store
a) 1 character
b) 8 characters
c) 254 characters
d) none of the above
Answer Posted / ashutosh kumar sahu
1
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the difference between 123 and 0123 in c?
How is a null pointer different from a dangling pointer?
Is there a way to compare two structure variables?
Can you apply link and association interchangeably?
What do you mean by command line argument?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
Write a Program to find whether the given number or string is palindrome.
Why do we use & in c?
Is return a keyword in c?
What is the advantage of c?
How can I get random integers in a certain range?
How can I read a binary data file properly?
Why is it that not all header files are declared in every C program?
Tell us two differences between new () and malloc ()?
Where are the auto variables stored?