Is c is a low level language?
No Answer is Posted For this Question
Be the First to Post Answer
How do you do dynamic memory allocation in C applications?
Why ca not I do something like this?
What are the three constants used in c?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is external and internal variables What is dynamic memory allocation what is storage classes in C
How many loops are there in c?
State two uses of pointers in C?
What are the advantages of c preprocessor?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
what is the difference between exit() and _exit() functions?
void main() { int *ptr; ptr = (int *) 0x400 ; printf("ptr=%d",ptr); } output?
Can a pointer be static?