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

Why & is used in scanf in c?

0 Answers  


Explain how do you generate random numbers in c?

0 Answers  


How to write a code for random pick from 1-1000 numbers? The output should contain the 10 numbers from the range 1-1000 which should pick randomly, ie ,for each time we run the code we should get different outputs.

12 Answers   NetApp,


Write a c program using for loop in switch case?

1 Answers   Infosys,


What tq means in chat?

0 Answers  






Write a program to find the given number is odd or even without using any loops(if,for,do,while)

4 Answers   CNC, Gokul,


What is RAM memory? and What is ROM?Who designed one is temparary and another is permanent?why they designed like that?By using far pointer which type data(whether hexadecimal)we can access?

1 Answers   Excel,


How can you restore a redirected standard stream?

0 Answers  


What is the difference between NULL and NUL?

0 Answers   Aspire, Infogain,


Explain what are header files and explain what are its uses in c programming?

0 Answers  


How will you allocate memory to a double pointer ?

2 Answers  


What are operators in c?

0 Answers  


Categories