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
Which header file should you include if you are to develop a function which can accept variable number of arguments?
which is the best site or book for learning C...and i need the content for C..how to get the good programming skills....? can plz suggest me....
How can I read a directory in a c program?
what is the disadvantage of using macros?
Write a program to enter the name and age. If age>28 then find salary categories. if age<28 then find that you are gaduate or not.
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
How to avoid structure padding in C?
What are logical errors and how does it differ from syntax errors?
write a program to display all prime numbers
DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?
how to find the given number is prime or not?
Write a program for the following series: 1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms