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
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
Do you have any idea how to compare array with pointer in c?
How is null defined in c?
List the different types of c tokens?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What is union and structure?
What is an array in c?
What is the size of enum in c?
How many types of sorting are there in c?
How can I prevent another program from modifying part of a file that I am modifying?
What is a c token and types of c tokens?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
Explain function?
What does calloc stand for?