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

write the function int countchtr(char string[],int ch);which returns the number of timesthe character ch appears in the string. for example the call countchtr("she lives in Newyork",'e') would return 3.

6 Answers  


What are the standard predefined macros?

0 Answers  


"%u" unsigned integer print the a) address of variable b) value of variable c) name of a variable d) none of the above

0 Answers  


write a c program to find the square of a 5 digit number and print the result.

5 Answers   Accenture, Sasken, Vimukti Technologies,


How many header files are in c?

0 Answers  






difference of two no's with out using - operator

7 Answers  


What should be keep precautions while using the recursion method?

1 Answers  


How does sizeof know array size?

0 Answers  


WAP to accept rollno,course name & marks of a student & display grade if total marks is above 200?

4 Answers  


Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”

5 Answers   Mind Tree,


Tell me about low level programming languages.

0 Answers   Amdocs,


What is main return c?

0 Answers  


Categories