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
C language questions for civil engineering
Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
What are advantages and disadvantages of recursive calling ?
12 Answers College School Exams Tests, Evolving Systems, HP, Jyoti Ltd, Sage, Wipro,
number of times a digit is present in a number
Are pointers integers in c?
What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }
question-how to run a c programme.
write a c program to accept a given integer value and print its value in words
4 Answers Vernalis, Vernalis Systems,
can we write a program in c for printf and scanf without using header file stdio.h
char p="data"; printf(p);
What are the advantages of using new operator as compared to the function malloc ()?
Who developed c language?