Answer Posted / areukanjad
I Think Its a Language and Its Full Form of Compiler. And We
use this Language for Developing for Software Base.
| Is This Answer Correct ? | 72 Yes | 47 No |
Post New Answer View All Answers
What is the difference between array and pointer?
By using C language input a date into it and if it is right?
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
Array is an lvalue or not?
What are pointers? What are different types of pointers?
What is calloc malloc realloc in c?
What is c++ used for today?
How can you pass an array to a function by value?
Why is not a pointer null after calling free?
show how link list can be used to repersent the following polynomial i) 5x+2
Explain is it better to bitshift a value than to multiply by 2?
What is nested structure with example?
What is the difference between formatted&unformatted i/o functions?
What is use of #include in c?
What is the difference between c and python?