c programs are converted into machine language with the help of
a) an interpreter
b) a compiler
c) an operatinf system
d) none of the above
No Answer is Posted For this Question
Be the First to Post Answer
write a program to find the largest and second largest integer from an array
what is the difference between static variable and register variable?
Why doesnt long int work?
why we wont use '&' sing in aceesing the string using scanf
How do I initialize a pointer to a function?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
Is javascript written in c?
Is c weakly typed?
Explain how can I write functions that take a variable number of arguments?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
what is use of malloc and calloc?
write a program to display the frequency of each element in a given array in c language