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
What is call by value in c?
How can I do graphics in c?
How was c created?
What extern c means?
Write a program to print “hello world” without using semicolon?
Does c have function or method?
What is the scope of global variable in c?
Explain what will the preprocessor do for a program?
What is the purpose of realloc()?
What is string in c language?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
What are the complete rules for header file searching?
What is unsigned int in c?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?