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
Give basis knowledge of web designing ...
What is the size of enum in bytes?
write a program to concatenation the string using switch case?
How reliable are floating-point comparisons?
What is difference between structure and union in c programming?
How can I open a file so that other programs can update it at the same time?
Can a local variable be volatile in c?
In C language, a variable name cannot contain?
How do you determine whether to use a stream function or a low-level function?
Why main is not a keyword in c?
How do you construct an increment statement or decrement statement in C?
What standard functions are available to manipulate strings?
What is the heap?
What is 'bus error'?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)