Explain what is the stack?
No Answer is Posted For this Question
Be the First to Post Answer
What is c language in simple words?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
Can we access RAM? How? Whats the range of access? Similarly What are other hardware we can access?
I need previous papers of CSC.......plz help out by posting them.......
what is the output of the program and explain why?? #include<stdio.h> void main ( ) { int k=4,j=0: switch (k) { case 3; j=300; case 4: j=400: case 5: j=500; } printf (ā%d\nā,j); }
code for inverse a matrix
Write a program with dynamically allocation of variable.
What is the mean of this statement:: if(int i=0 * i=9)
How can I remove the trailing spaces from a string?
Do you know the use of fflush() function?
How do I get an accurate error status return from system on ms-dos?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?