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
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
YBJBU6
What are the types of arrays in c?
What are the different types of linkage exist in c?
How can my program discover the complete pathname to the executable from which it was invoked?
Write a C++ program to give the number of days in each month according to what the user entered. example: the user enters June the program must count number of days from January up to June
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Binary tree traversing
what is a pointer
4 Answers Bank Of America, TCS,
Why the use of alloca() is discouraged?
Explain what standard functions are available to manipulate strings?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE