Name the language in which the compiler of "c" in written?

Answers were Sorted based on User's Feedback



Name the language in which the compiler of "c" in written?..

Answer / ram basa

ANSI is the languge which is the of "c"

Is This Answer Correct ?    2 Yes 1 No

Name the language in which the compiler of "c" in written?..

Answer / pappu kumar sharma

an ANSI type of compiler if you type in the name of a file
that hold C source

Is This Answer Correct ?    3 Yes 3 No

Name the language in which the compiler of "c" in written?..

Answer / pankaj goswami

in "c" language

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More C Interview Questions

What is the difference between a function and a method in c?

0 Answers  


Explain about block scope in c?

0 Answers  


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

1 Answers  


What functions are used for dynamic memory allocation in c language?

0 Answers  


What is the best way of making my program efficient?

0 Answers  






#include<stdio.h> main() { char *p1; char *p2; p1=(char *) malloc(25); p2=(char *) malloc(25); strcpy(p1,"Ramco"); strcpy(p2,"Systems"); strcat(p1,p2); printf("%s",p1); } Tell me the output?

6 Answers   Ramco,


What are register variables in c?

0 Answers  


Write a program to find factorial of a number using recursive function.

0 Answers   Global Logic, TCS,


input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure

4 Answers   IBM,


What does s c mean in text?

0 Answers  


How do you define a string?

0 Answers  


how to connect oracle in C/C++.

3 Answers   TCS, Wipro,


Categories