Is javascript based on c?



Is javascript based on c?..

Answer / Vipin Kumar Verma

"While JavaScript shares some similarities in syntax with C and C++, it is not based on either of them. Instead, JavaScript is influenced by other languages like Self, Scheme, and SMALLTALK."n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?

1 Answers   Gopaljee, TCS,


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

1 Answers   CLG,


Why we use conio h in c?

1 Answers  


What is the purpose of ftell?

1 Answers  


Fifty minutes ago if it was four times as many mints past 3 o clock. how many minutes is it to six o'clock n how....?????

3 Answers   TCS,


What is an lvalue and an rvalue?

1 Answers  


Why we use stdio h in c?

1 Answers  


write a function for strtok()??

2 Answers   Verifone,


What is a function simple definition?

1 Answers  


Why preprocessor should come before source code?

2 Answers  


the question is that what you have been doing all these periods (one year gap)

1 Answers   HCL,


void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }

5 Answers  


Categories