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

how to implement stack work as a queue?

2 Answers  


Differentiate between functions getch() and getche().

0 Answers  


Is an array parameter is always "by reference" ?

1 Answers  


10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning

5 Answers   Accenture,


general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only

0 Answers  






what type of language is C?

13 Answers   Microsoft,


main() { printf("hello%d",print("QUARK test?")); }

5 Answers  


What are the advantages of Macro over function?

1 Answers  


Reverse a string word by word??

9 Answers  


Develop a flow chart and write a c program to find the roots of a quadratic equation ax2+bx+c=0 using switch and break statement.

1 Answers   TCS,


differnce between do and do while

3 Answers   DOEACC,


What is the function of volatile in c language?

0 Answers  


Categories