What do you mean by dynamic memory allocation in c?
No Answer is Posted For this Question
Be the First to Post Answer
how does printf function work
What is getch () for?
What is %s and %d in c?
How do I initialize a pointer to a function?
How can you pass an array to a function by value?
What are the advantages of external class?
an algorithem for the implementation of circular doubly linked list
what is the flow of execution in cprogram? ex:printf();,scanf();
int x=5; printf("%d%d%d",x,x<<2,x>>2);
WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }
How is a structure member accessed?
What is header file in c?