ASCII stands for
Answer / hon prajakta
ASCII stands for American Standard Code for Information Interchange.
Is This Answer Correct ? | 0 Yes | 0 No |
What is the best way to comment out a section of code that contains comments?
Explain about block scope in c?
how to impliment 2 or more stacks in a single dimensional array ?
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?
How do c compilers work?
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
what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }
What is variable in c with example?
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
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
Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc