Is javascript written in c?
No Answer is Posted For this Question
Be the First to Post Answer
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What is d'n in c?
How can I find out how much memory is available?
Are pointers really faster than arrays?
what is the definition of storage classes?
Can we include one C program into another C program if yes how?
Do you know the use of 'auto' keyword?
What is a const pointer in c?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
what is diff b/w huge & far & near pointer??
What are type modifiers in c?