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
What is the difference between int and float?
write a progam to display the factors of a given number and disply how many prime numbers are there?
Write a program to check palindrome number in c programming?
Can the size of an array be declared at runtime?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
What is scanf () in c?
Software Interview Questions
In C program, at end of the program we will give as "return 0" and "return 1", what they indicate? Is it mandatory to specify them?
What is your stream meaning?
What does it mean when a pointer is used in an if statement?
Write a program to know whether the input number is an armstrong number.
int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }