What does
stand for?
Answer / Mohit Saran
JSON stands for JavaScript Object Notation.
| Is This Answer Correct ? | 0 Yes | 0 No |
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?
What is the difference between char array and char pointer?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Can one function call another?
What are the application of void data type in c?
Explain modulus operator.
How will you write a code for accessing the length of an array without assigning it to another variable?
Is it possible to initialize a variable at the time it was declared?
how to return 1000 variables from functio9n in c?plz give me code also
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Here is alphabets : abcdefgh 1) how to reverse. as hgfedcba 2) after reversal, how to group them in a pair hg fe dc ba.