ASCII stands for



ASCII stands for..

Answer / hon prajakta

ASCII stands for American Standard Code for Information Interchange.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is the best way to comment out a section of code that contains comments?

0 Answers  


Explain about block scope in c?

0 Answers  


how to impliment 2 or more stacks in a single dimensional array ?

1 Answers   iFlex, Microsoft,


How can I get Single byte from 'int' type variable? Can we alter single bit or multiple bits in int type variable? if so, How?

2 Answers  


How do c compilers work?

0 Answers  






write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language

18 Answers   IT Park, TCS,


what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }

1 Answers   Google,


What is variable in c with example?

1 Answers  


2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value

3 Answers   Accenture,


program that accepts amount in figures and print that in words

2 Answers   Infosys, Lovely Professional University, Wipro,


How to print India by nested loop? I IN IND INDI INDIA

4 Answers   NIIT, Wipro,


Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc

4 Answers  


Categories