Answer Posted / aashok
Dennis Retche
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why can’t constant values be used to define an array’s initial size?
Explain how can you tell whether a program was compiled using c versus c++?
write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.
What is a structure member in c?
The file stdio.h, what does it contain?
What are categories used for in c?
Why is void main used?
Explain how do you search data in a data file using random access method?
What are the 5 data types?
What is the sizeof () operator?
Subtract Two Number Without Using Subtraction Operator
What is ## preprocessor operator in c?
Can a variable be both static and volatile in c?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is ctrl c called?