int i=3; this declaration tells the C compiler to

a) reserve space in memory to hold the integer value

b) associate the name i with this memory location

c) store the value 3 at this location

d) all the above


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

Post New Answer

More C Interview Questions

What are 3 types of structures?

0 Answers  


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

0 Answers   Aspire, Infogain,


how i m write c program 1.check prime number 2.prime number series

1 Answers  


What is a stream?

0 Answers  


Should I learn c before c++?

0 Answers  


Is a house a shell structure?

0 Answers  


What is enumerated data type in c?

0 Answers  


what is an ERP?

2 Answers   Infotech,


. Write a program to get a string and to convert the 1st letter of it to uppercase

2 Answers   HTC,


Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

0 Answers  


WHAT IS LOW LEVEL LANGUAGE?

2 Answers  


Is there any data type in c with variable size?

0 Answers  


Categories