What is dynamic memory allocation?
No Answer is Posted For this Question
Be the First to Post Answer
#include<stdio.h> void main() { int a=5,b=6,c; int x=(a<b)+7; int y=(x==7)*9; int z=(c=x+y)*2; printf("%h %h %h",x,y,z); } What is the output? Explain it.
Explain Doubly Linked Lists?
What is array of structure in c?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
what does static variable mean?
What is the g value paradox?
Why c is faster than c++?
difference between object file and executable file
print the palindrome numbers in between 0 to n
what is the definition of storage classes?
multiple of 9 without useing +,* oprator
How can I change their mode to binary?