Is javascript written in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is the best way to store flag values in a program?
a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above
main is a predefined or user define function if user defined why? if predefined whay?
What language is windows 1.0 written?
How to avoid structure padding in C?
What are the back slash character constants or escape sequence charactersavailable in c?
I have an array of 100 elements, each of which is a random integer. I want to know which of the elements: a) are multiples of 2 b) are multiples of 2 AND 5 c) have a remainder of 3 when divided by 7
What is the use of sizeof () in c?
Can a pointer point to null?
What is calloc in c?
for example user gives input as " 20 or 20.0 or rs 20.0 or 20.00 or rs20 and so .. on " and the output should be stored as " rs.20.00 " in a variable
how to find the kth smallest element in the given list of array elemnts.