What do you mean by dynamic memory allocation in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is Your Name :)
Give the logic for this #include<stdio.h> #include<conio.h> void main() { clrscr(); int a=10,b; b=++a + ++a; printf("%d", b); getch(); } Output: 24......How?
Tell me when would you use a pointer to a function?
What is the 'named constructor idiom'?
du u know test pattern for robosoft? Plz share
1 Answers RoboSoft, TATA, Wipro,
What is the use of keyword VOLATILE in C?
n=7623 { temp=n/10; result=temp*10+ result; n=n/10 }
write a program to display all prime numbers
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What are loops c?
Explain the process of converting a Tree into a Binary Tree.
Explain about the functions strcat() and strcmp()?