Explain what are multidimensional arrays?
No Answer is Posted For this Question
Be the First to Post Answer
read a number & print all its devisors using c-program?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+
What does do in c?
#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}
When do we get logical errors?
What does 1f stand for?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
What will the preprocessor do for a program?
wat is the meaning of c?
How can I call a function with an argument list built up at run time?