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
WHAT IS MAXIMUM SIZE OF AN ARRAY IN C LANGUAGE?
8 Answers Carphone Warehouse, IBM, SAS,
The variables are int sum=10,SuM=20; these are same or different?
how to find the sizof of any datatype using bit manipulations
Write a program to print distinct words in an input along with their count in input in decreasing order of their count..
Differentiate between full, complete & perfect binary trees.
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
2 Answers HCL, IBM, Satyam, Vimal, Vimukti Technologies,
write a program to find the given number is prime or not
2 Answers Accenture, Vasutech,
Program to find larger of the two numbers without using if-else,while,for,switch
How do you write a program which produces its own source code as output?
What is the difference between fread buffer() and fwrite buffer()?
Q. where is the below variables stored ? - volatile, static, register
Write a c program to build a heap method using Pointer to function and pointer to structure ?