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 ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Define circular linked list.

573


What is volatile, register definition in C

693


What is difference between union All statement and Union?

630


Write a code to generate a series where the next element is the sum of last k terms.

742


What is typedef example?

621






Linked lists -- can you tell me how to check whether a linked list is circular?

648


What are the different types of objects used in c?

581


What is the difference between a free-standing and a hosted environment?

644


How can I sort more data than will fit in memory?

632


What are the characteristics of arrays in c?

616


What is structure pointer in c?

577


How can you check to see whether a symbol is defined?

596


Who invented b language?

922


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

2177


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

661