Answer Posted / ankith.v
C Is One of the the procedure Oriented And Syntax based
Language
| Is This Answer Correct ? | 50 Yes | 6 No |
Post New Answer View All Answers
What will the preprocessor do for a program?
Why we use stdio h in c?
What does 2n 4c mean?
What is restrict keyword in c?
What is register variable in c language?
Compare array data type to pointer data type
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What are different types of pointers?
How can I open files mentioned on the command line, and parse option flags?
What are the 4 types of functions?
Why c language?
What is spark map function?
What are control structures? What are the different types?
string reverse using recursion
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10