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

What are called c variables?

0 Answers  


what will be the out put. #include<stdio.h> void main() { printf("Output:"); printf(1+"vikashpatel"); }//output: ikashpatel

1 Answers   V2 Solutions,


Write a program in c to input a 5 digit number and print it in words.

11 Answers  


What is self-referential structure in c programming?

0 Answers  


main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?

7 Answers   AMCAT, HCL, Ramco, Zycus Infotech,






Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.

0 Answers  


What is c basic?

0 Answers  


Why c is faster than c++?

0 Answers  


How can I get back to the interactive keyboard if stdin is redirected?

0 Answers  


what are the general concepts of c and c++

2 Answers  


what are the compilation steps? ( i want inside the compiler )

2 Answers  


write a c program that prints all multiples of 3between 1 and 50.

5 Answers  


Categories