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

Answer Posted / ram basa

ANSI is the languge which is the of "c"

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain spaghetti programming?

684


Why do we need volatile in c?

750


What is time null in c?

587


What is the scope of static variables in c language?

633


Explain output of printf("Hello World"-'A'+'B'); ?

979






What is the advantage of a random access file?

642


Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.

1595


#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }

786


Explain union.

641


write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.

1580


A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

628


Write a program with dynamically allocation of variable.

607


Do you know the difference between malloc() and calloc() function?

617


How can I manipulate strings of multibyte characters?

641


Explain how to reverse singly link list.

609