Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Part 1 Multiple choice (22 points in total, 2 points for each): Note: each question may contain one or more correct answers. 1) Which of

image text in transcribed

Part 1 Multiple choice (22 points in total, 2 points for each): Note: each question may contain one or more correct answers. 1) Which of the following command(s) can be used to check if the string "aabbcc" matches a pattern described by regex "aa.*" or not? (a) expr "aabbcc" : "aa.*" (b) echo "aabbcc" | egrep 'aa.*" (c) expr match "aabbcc" 'aa.*' (d) egrep 'aa.*' (b) #include (c) #include stdio.h (d) include stdio.h 3) Ifc is a variable of type char and i is a variable of int type, which one of the following statement is illegal? (a) c=165'; (c) c-putcharO; (d) getchar(c)

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_2

Step: 3

blur-text-image_3

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

Oracle Database Foundations Technology Fundamentals For IT Success

Authors: Bob Bryla

1st Edition

0782143725, 9780782143720

Students also viewed these Databases questions

Question

| What are the values that are most important to me?

Answered: 1 week ago