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
How does memset() work in C?
write a c program to add two integer numbers without using arithmetic operator +
Explain the advantages and disadvantages of macros.
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
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
Explain how can I manipulate strings of multibyte characters?
write a program to find lcm and hcf of two numbers??
what does " calloc" do?
Whats wrong with the following function char *string() { char *text[20]; strcpy(text,"Hello world"); return text; }
What is the process to generate random numbers in c programming language?
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
how to make program without <> in library.