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
How is a macro different from a function?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
Can main () be called recursively?
why we wont use '&' sing in aceesing the string using scanf
regarding pointers concept
Subtract Two Number Without Using Subtraction Operator
Is c is a procedural language?
How can I open a file so that other programs can update it at the same time?
What is hashing in c language?
What are the different types of control structures?
The statement, int(*x[]) () what does in indicate?
What is string in c language?
What is use of #include in c?
What is structure in c explain with example?
What is #include stdio h and #include conio h?