Answer Posted / hon prajakta
ASCII stands for American Standard Code for Information Interchange.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I get an accurate error status return from system on ms-dos?
What is a stream?
Where register variables are stored in c?
What does sizeof int return?
Can one function call another?
What are variables and it what way is it different from constants?
Why string is used in c?
Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol
How can I read data from data files with particular formats?
Difference between strcpy() and memcpy() function?
How to declare pointer variables?
Why is c not oop?
how we can make 3d venturing graphics on outer interface
What is unary operator?
Why can’t constant values be used to define an array’s initial size?