Difference between Function to pointer and pointer to function
No Answer is Posted For this Question
Be the First to Post Answer
What is %g in c?
Can a local variable be volatile in c?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Describe static function with its usage?
What is non linear data structure in c?
Tell me when is a void pointer used?
#define d 10+10 main() { printf("%d",d*d); }
What does 1f stand for?
difference between the array and linked list general difference related to memory
Is c programming hard?
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.