a character variable can at a time store
a) 1 character
b) 8 characters
c) 254 characters
d) none of the above
Answer Posted / kovshika
b) 8characters
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is sizeof array in c?
Is there any demerits of using pointer?
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
What are the standard predefined macros?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
How will you find a duplicate number in a array without negating the nos ?
How does free() know explain how much memory to release?
write a program to create a sparse matrix using dynamic memory allocation.
What are void pointers in c?
What does calloc stand for?
What is the difference between strcpy() and memcpy() function in c programming?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
Can we access array using pointer in c language?
What is the difference between array and pointer?
Differentiate call by value and call by reference?