a character variable can at a time store
a) 1 character
b) 8 characters
c) 254 characters
d) none of the above
Answer Posted / tanmoy bhandari
1 character
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Why array is used in c?
What is the explanation for prototype function in c?
What is the difference between #include and #include 'file' ?
Explain how do you override a defined macro?
What is indirection? How many levels of pointers can you have?
Why use int main instead of void main?
Create a simple code fragment that will swap the values of two variables num1 and num2.
What is an array in c?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
Explain union. What are its advantages?
Why do we use & in c?
Write a code to generate divisors of an integer?
Describe the header file and its usage in c programming?
What is union and structure in c?