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 ?    7 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

How does memset() work in C?

2 Answers  


write a c program to add two integer numbers without using arithmetic operator +

13 Answers   Value Labs,


Explain the advantages and disadvantages of macros.

1 Answers   TCS,


what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above

1 Answers  


What is the value of a[3] if integer a[] = {5,4,3,2,1}?

1 Answers  


Explain how can I manipulate strings of multibyte characters?

1 Answers  


write a program to find lcm and hcf of two numbers??

1 Answers  


what does " calloc" do?

7 Answers   Cadence, Logos,


Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }

3 Answers   Qualcomm,


What is the process to generate random numbers in c programming language?

1 Answers  


Which of these statements are false w.r.t File Functions? i)fputs() ii)fdopen() iii)fgetpos() iv)ferror() A)ii B)i,ii C)iii D)iv

6 Answers   Accenture,


how to make program without <> in library.

1 Answers   ADITI,


Categories