a character or group of characters that defines a register,or a part of storage

a) memory

b) byte

c) address

d) linear list


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=

16 Answers   CybOrg, Siemens,


In C language, a variable name cannot contain?

0 Answers  


What is type qualifiers?

0 Answers  


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

1 Answers  


In a header file whether functions are declared or defined?

0 Answers   TISL,






How can a process change an environment variable in its caller?

0 Answers  


What is malloc calloc and realloc in c?

0 Answers  


what are bit fields in c?

2 Answers  


a program that can input number of records and can view it again the record

0 Answers   Accenture,


pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used.

4 Answers   Persistent, Valyoo,


a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none

0 Answers  


how to create duplicate link list using C???

0 Answers  


Categories