Answer Posted / ramesh
A Compiler that translates the sources to binary code
language
(or)
A compiler that converts the high level language to low
level language.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which is the memory area not included in C program? give the reason
Explain the priority queues?
What is sizeof array in c?
Why malloc is faster than calloc?
How can you tell whether a program was compiled using c versus c++?
Explain the bubble sort algorithm.
Explain what does the function toupper() do?
Write a program to print all permutations of a given string.
How can you call a function, given its name as a string?
Lists the benefits of c programming language?
What is this pointer in c plus plus?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
What is advantage of pointer in c?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
The statement, int(*x[]) () what does in indicate?