a character variable can at a time store
a) 1 character
b) 8 characters
c) 254 characters
d) none of the above
Answer Posted / kovshika
b) 8characters
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Write a program to print “hello world” without using semicolon?
What is the best way of making my program efficient?
Why is main function so important?
Can math operations be performed on a void pointer?
What are the 5 data types?
How to throw some light on the b tree?
What is the general form of function in c?
What are actual arguments?
Can a pointer be volatile in c?
Can the sizeof operator be used to tell the size of an array passed to a function?
How can I open files mentioned on the command line, and parse option flags?
why programs in c are running with out #include
What is gets() function?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..