Answer Posted / guest
i=10,j=10
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is c basic?
Does c have class?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
What are the advantages of using macro in c language?
What does the error message "DGROUP exceeds 64K" mean?
What are inbuilt functions in c?
What is calloc malloc realloc in c?
What is indirection? How many levels of pointers can you have?
What is the hardest programming language?
Can you add pointers together? Why would you?
Describe how arrays can be passed to a user defined function
Multiply an Integer Number by 2 Without Using Multiplication Operator
What is typedef example?
What is a shell structure examples?
What is an array? What the different types of arrays in c?