Answer Posted / mrs.ahmer
A compiler is a computer program (or set of programs) that
transforms source code written in a programming language
(the source language) into another computer language (the
target language, often having a binary form known as object
code).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is c is a low level language?
write a program for the normal snake games find in most of the mobiles.
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
What is the use of a static variable in c?
What is structure padding and packing in c?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What are the different types of endless loops?
How do I swap bytes?
Are pointers integer?
What is pointer to pointer in c?
Explain the Difference between the New and Malloc keyword.
Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.
How can you pass an array to a function by value?
What is typedf?
What is the use of parallelize in spark?