Is javascript based on c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of the sizeof operator?
how can i get this by using for loop? * ** * **** * ******
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What is static memory allocation?
What is a C array and illustrate the how is it different from a list.
Can i use Two or More Main Funtion in any C program.?
Differentiate call by value and call by reference?
What is the use of define in c?
What does the message "warning: macro replacement within a string literal" mean?
What is static identifier?
Identify the operators that is not used with pointer a. && b. # c. * d. >>
Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks.