a character variable can at a time store

a) 1 character

b) 8 characters

c) 254 characters

d) none of the above

Answers were Sorted based on User's Feedback



a character variable can at a time store a) 1 character b) 8 characters c) 254 characters ..

Answer / kovshika

b) 8characters

Is This Answer Correct ?    6 Yes 2 No

a character variable can at a time store a) 1 character b) 8 characters c) 254 characters ..

Answer / tanmoy bhandari

1 character

Is This Answer Correct ?    3 Yes 1 No

a character variable can at a time store a) 1 character b) 8 characters c) 254 characters ..

Answer / ashutosh kumar sahu

1

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

show how link list can be used to repersent the following polynomial i) 5x+2

0 Answers   CBSE,


Q.11 Generate the following pattern using code in any language(c/c++/java) for n no. of rows 1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

2 Answers  


What is array of structure in c programming?

0 Answers  


let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................

8 Answers  


What is enumerated data type in c?

0 Answers  






What is unary operator?

0 Answers  


What is the explanation for modular programming?

0 Answers  


When should the const modifier be used?

0 Answers  


The C language terminator is a.semicolon b.colon c.period d.exclamation mark

6 Answers   TCS,


What is openmp in c?

0 Answers  


What is a null pointer in c?

0 Answers  


. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report which employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.

1 Answers  


Categories