Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Question 12 (5 points) Which of the following are weaknesses of C? C has a number of features that aren't found in other programming languages

image text in transcribed

image text in transcribed

image text in transcribed

Question 12 (5 points) Which of the following are weaknesses of C? C has a number of features that aren't found in other programming languages C has no inherent restrictions that limit its use to systems programming The C standard library C programs runs quickly and in limited amounts of memory In C it is often possible to accomplish quite a bit with just a few lines of code C is optimized for a Unix environment C is not burdened with features such as classes and packages The C compiler will allow programmers create code that other compilers may regard as a mistake C has features that support portability Question 13 (5 points) Every variable in C has which of the following properties? Address in memory Size in memory (number of bytes) Name Encoding Question 14 (5 points) A single declaration statement may declare more than one variable True False Question 15 (5 points) AC source code file contains which of the following types of statements? void statements Compiler directives Comments C language statements Operating system commands Question 16 (5 points) Whenever a value is needed in C, an expression of the same type may be used True False Question 17 (5 points) Which of the following is correct input to this scanf: scanf("%d %d", &varA, &varB); (ignore the quote marks in the answers below - they are used to indicate whitespace in the input) "34" "3,4" "3 4" O"3/4

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Learn To Program Databases With Visual Basic 6

Authors: John Smiley

1st Edition

1902745035, 978-1902745039

More Books

Students also viewed these Databases questions

Question

What is your risk associated with Problem 10-14?

Answered: 1 week ago

Question

7. Explain why retirees may be valuable as part-time employees.

Answered: 1 week ago

Question

3. Provide advice on how to help a plateaued employee.

Answered: 1 week ago