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 |
how much salary u want ? why u join in our company? your domain is core sector why u prefer software ?
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
Why we use conio h in c?
What is the purpose of ftell?
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....?????
What is an lvalue and an rvalue?
Why we use stdio h in c?
write a function for strtok()??
What is a function simple definition?
Why preprocessor should come before source code?
the question is that what you have been doing all these periods (one year gap)
void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }