What do you mean by dynamic memory allocation in c? What functions are used?
No Answer is Posted For this Question
Be the First to Post Answer
How to print "Hi World" without using semi colon?
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?
difference between c and c++?
pgm in c to reverse string by word using array(god is love becomes love is god) (no additional array can used,space is only delimiter between words )
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
can we access one file to one directory?
What is the use of the function in c?
sum of two integers values only other then integer it should print invalid input.
What is c standard library?
Explain the difference between malloc() and calloc() in c?
what is answer for perfect number????????????????
How important is structure in life?