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
simple program of graphics and their output display
Why is structure important for a child?
What are identifiers in c?
What is bubble sort technique in c?
What does the error 'Null Pointer Assignment' mean and what causes this error?
Toggle nth bit in a given integer - num
What is the maximum no. of arguments that can be given in a command line in C.?
write a c program to store and print name,address,roll.no of a student using structures?
What is nested structure in c?
suppose there are five integers write a program to find larger among them without using if- else
Why does the call char scanf work?
Can we change the value of #define in c?