Can we access the array using a pointer in c language?
No Answer is Posted For this Question
Be the First to Post Answer
explain what are actual arguments?
marge linklist
Why c is procedure oriented?
What are the applications of c language?
Is c# a good language?
What is a structure member in c?
What is the stack in c?
what is the importance of spanning tree?
What is the output of the following progarm? #include<stdio.h> main( ) { int x,y=10; x=4; y=fact(x); printf(“%d\n”,y); } unsigned int fact(int x) { return(x*fact(x-1)); } A. 24 B. 10 C. 4 D. none
In which header file is the null macro defined?
what is the difference between #include<> and #include”…”?
What is echo in c programming?