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
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
i have a written test for microland please give me test pattern
What is sizeof return in c?
what is a constant pointer in C
What is array within structure?
What's the difference between a linked list and an array?
Why isn't any of this standardized in c? Any real program has to do some of these things.
What is the use of getch ()?
What is a c token and types of c tokens?
Write a program for the following series: 1*3*5-2*4*6+3*5*7-4*6*8+.................up to nterms
How main function is called in c?
print a "hello" word without using printf n puts in c language