Answer Posted / srinivas
Allocate memory where ever it is free and that to it is in
terms of block and initialises that block to zero.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What header files do I need in order to define the standard library functions I use?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
How do we declare variables in c?
What are global variables?
Can we replace the struct function in tree syntax with a union?
What is a program flowchart and explain how does it help in writing a program?
What does static variable mean in c?
What is the use of getch ()?
What is assignment operator?
What is an expression?
What are the loops in c?
Difference between goto, long jmp() and setjmp()?
What are the complete rules for header file searching?
p*=(++q)++*--p when p=q=1 while(q<=6)
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.