Is javascript based on c?


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

Post New Answer

More C Interview Questions

What are the back slash character constants or escape sequence charactersavailable in c?

0 Answers  


Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.

0 Answers  


#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }

12 Answers   Capital IQ, Sasken,


how to determine the complexity of an algorithm as log(n)

1 Answers   Google,


What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?

2 Answers  






WRITE A PROGRAM TO FIND A REVERSE OF TWO NO

7 Answers  


Between macros and functions,which is better to use and why?

0 Answers  


What is data structure in c programming?

0 Answers  


What is wrong in this statement? scanf(“%d”,whatnumber);

0 Answers  


Explain void pointer?

0 Answers  


44.what is the difference between strcpy() and memcpy() function? 45.what is output of the following statetment? 46.Printf(“%x”, -1<<4); ? 47.will the program compile? int i; scanf(“%d”,i); printf(“%d”,i); 48.write a string copy function routine? 49.swap two integer variables without using a third temporary variable? 50.how do you redirect stdout value from a program to a file? 51.write a program that finds the factorial of a number using recursion?

3 Answers  


cavium networks written test pattern ..

0 Answers   Cavium Networks,


Categories