Is javascript written in c?
No Answer is Posted For this Question
Be the First to Post Answer
Q. where is the below variables stored ? - volatile, static, register
what is the use of #pragma pack, wer it is used?
What are the different types of errors?
write a c program to find reminder and quotient if one number is divided by other.to code this program don't use more than 2 variables
inline function is there in c language?
Whether there can be main inside another main?If so how does it work?
implement NAND gate logic in C code without using any bitwise operatior.
What is the difference between the = symbol and == symbol?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
how to print "hai" in c?