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 ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate fundamental data types and derived data types in C.

625


What is a function simple definition?

639


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

732


What does d mean?

599


How can I run c program?

699






why do some people write if(0 == x) instead of if(x == 0)?

666


What is character constants?

720


In c programming language, how many parameters can be passed to a function ?

640


Tell me when would you use a pointer to a function?

624


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

655


How can I determine whether a machines byte order is big-endian or little-endian?

632


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

1779


What is the usage of the pointer in c?

613


What is the heap in c?

649


What is New modifiers?

683