answersLogoWhite

0

Define the role of printf and scanf in c language?

Updated: 8/11/2023
User Avatar

Qadeer8582

Lvl 1
15y ago

Best Answer

to write and read the values

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Define the role of printf and scanf in c language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Define the role of C programming in the development of software?

All operating system are made using c-based language.


What is the role of data structure in compiler design?

The role of the data structure in compiler designer is to take an input of a program written in another language and produce an output in another language. It also performs error detection.


What is the role of c language in electronics?

Before we start to learn any programming language it is neccessary to understand basics of C language because it is middle level language as it is strongly used to develop system level softwares and it has rich set it of commands


How c can play an important role as a base language in order to under stand the modern programming languages such as c?

It has good karma.


What are the role played by parenthesis in an expression in C language?

Parenthesis will affect the order of execution priority of statements. Expressions within parenthesis assume highest priority.