name the language for writing c compiler?

Answer Posted / abhinav singh

Trans-mo-grifiers(TMG)

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to print fibonacci series without using recursion?

610


In C language, a variable name cannot contain?

744


What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

1958


What is the purpose of main() function?

656


can we change the default calling convention in c if yes than how.........?

2035






How many bytes is a struct in c?

723


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

651


What is preprocessor with example?

587


Explain low-order bytes.

623


Can a local variable be volatile in c?

575


Explain what standard functions are available to manipulate strings?

613


What is the stack in c?

718


"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks

658


Is it better to bitshift a value than to multiply by 2?

658


What is storage class?

654