Answer Posted / guest
A compiler is a software program which is used to compile
the program written in computer language to the normal
language and return the o/p to the user in normal form.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
please explain every phase in the "SDLC" in the dotnet.
Is int a keyword in c?
Is it possible to pass an entire structure to functions?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
What is page thrashing?
What are control structures? What are the different types?
What kind of structure is a house?
How do you determine whether to use a stream function or a low-level function?
Explain what standard functions are available to manipulate strings?
why return type of main is not necessary in linux
why programs in c are running with out #include
Why calloc is better than malloc?
What are the types of pointers in c?
What is s or c?