What does
stand for?



What does stand for?..

Answer / Mohit Saran

JSON stands for JavaScript Object Notation.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

how to convert binary to decimal and decimal to binary in C lanaguage

7 Answers   BPO, Far East Promotions, IBM, RBS,


What is the maximum length of an identifier?

1 Answers  


What is the difference between char array and char pointer?

1 Answers  


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

1 Answers  


Can one function call another?

1 Answers  


What are the application of void data type in c?

1 Answers  


Explain modulus operator.

1 Answers  


How will you write a code for accessing the length of an array without assigning it to another variable?

1 Answers  


Is it possible to initialize a variable at the time it was declared?

1 Answers  


how to return 1000 variables from functio9n in c?plz give me code also

6 Answers  


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

1 Answers   Huawei,


Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.

2 Answers  


Categories