What is static memory allocation? Explain
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages and disadvantages of pointers?
what is the use of macro program
what is output of the following statetment?Printf(“%x”, -1<<4); ?
write a program to display the numbers having digit 9 in the given range from 1 to 100
What is the best way of making my program efficient?
what is the difference between normal variables and pointer variables..............
15 Answers HP, Infosys, Satyam, Vivekanand Education Society,
How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What are bit fields? What is their use?
What are the types of data structures in c?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
How does C++ help with the tradeoff of safety vs. usability?