Is javascript written in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?

2 Answers   CMC, Wipro,


could u able to tell about suresoft technical session

1 Answers  


When a c file is executed there are many files that are automatically opened what are they files?

0 Answers  


how to print this pyramid * * * * * * * * * * * * *

2 Answers  


Is c easier than java?

0 Answers  


what are the difference between ANSI C and Let Us c and Turbo C

4 Answers   LG Soft,


What is the use of a conditional inclusion statement in C?

0 Answers   Global Logic,


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); } }

0 Answers   Google,


How can you increase the size of a statically allocated array?

0 Answers   TISL,


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

0 Answers   Wilco,


What are the 5 organizational structures?

0 Answers  


Why C language is a procedural language?

0 Answers   Ericsson,


Categories