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
pascal triangle program
how to exchnage bits in a byte b7<-->b0 b6<-->b1 b5<-->b2 b4<-->b3 please mail me the code if any one know to rajeshmb4u@gmail.com
Why does everyone say not to use gets?
how to create c progarm without void main()?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Write a function that will take in a phone number and output all possible alphabetical combinations
What does calloc stand for?
What is a structural principle?
write a function that accepts an integer/char array and an search item.If the search item is there in the array return position of array and value else return -1.without using other array,without sorting,not to use more than one loop?
How do you determine whether to use a stream function or a low-level function?
What is the use of bit field?
How can we open a file in Binary mode and Text mode?what is the difference?