Answer Posted / fazlur rahaman naik
the compiler has various definations
one of them is as follows.
A program that translates a high level symbolic language to
a low level machine language
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain b+ tree?
What is the difference between the expression “++a” and “a++”?
What is a char c?
What are global variables and explain how do you declare them?
What is the use of ?
what is uses of .net
Write program to remove duplicate in an array?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
What are pointers?
Write a program to print factorial of given number using recursion?
Are local variables initialized to zero by default in c?
What are loops c?
program to convert a integer to string in c language'
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)