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

What are the two forms of #include directive?

0 Answers   Aspire, Infogain,


What does sizeof int return?

0 Answers  


What is a header file?

0 Answers  


main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }

4 Answers   CTS,


why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above

0 Answers  


Explain spaghetti programming?

0 Answers  


what are bit fields in c?

2 Answers  


How many types of arrays are there in c?

0 Answers  


Explain what are multidimensional arrays?

0 Answers  


Is c is a low level language?

0 Answers  


Explain how can I convert a string to a number?

0 Answers  


What is a far pointer?What is the utility?

4 Answers  


Categories