Answer Posted / hasib
C is based program . The computer only know binary number (0s and 1s)
That is why identifiers not to give one digits , he give two digits follow binary number c++.
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
What the different types of arrays in c?
What does the message "automatic aggregate intialization is an ansi feature" mean?
Why do we use static in c?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
What does c value mean?
Where can I get an ansi-compatible lint?
What is the difference between malloc() and calloc()?
What are global variables?
Can a void pointer point to a function?
show how link list can be used to repersent the following polynomial i) 5x+2
What is the difference between if else and switchstatement
Where are local variables stored in c?
Explain what are the different data types in c?
What is the method to save data in stack data structure type?
Explain what is the difference between functions abs() and fabs()?