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 difference between %d and %i in c?
What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.
Is c is a procedural language?
Explain the difference between #include "..." And #include <...> In c?
write a c program to check weather a particluar bit is set or not?
What is the use of getchar functions?
What are the types of bitwise operator?
Write a program which returns the first non repetitive character in the string?
WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
Is c procedural or object oriented?