What are the various types of control structures in programming?
No Answer is Posted For this Question
Be the First to Post Answer
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
How to set a variable in the environment list?
in malloc and calloc which one is fast and why?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
why do we use pointer instead directly acessing the data?
What is New modifiers?
what is the hardware model of CFG( context free grammar)
what is meant by the "equivalence of pointers and arrays" in C?
What is the difference between malloc calloc and realloc in c?
regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression
What is the difference between int main and void main?