What is the use of '%d' in a scanf statement?

Asked by Last Modified  

Follow 4
Answer

Please enter your answer

IT Professional

It is the format for inputting integer through scanf()
Comments

Primary Teacher

% d is a type of format specifier that aids scanf (). It may also be used to achieve formatted input or output. % d is used in scanf () statement. So that, the value entered is received as an integer. Scanf format string (which stands for "scan formatted") refers to a control parameter used by a class...
read more
% d is a type of format specifier that aids scanf (). It may also be used to achieve formatted input or output. % d is used in scanf () statement. So that, the value entered is received as an integer. Scanf format string (which stands for "scan formatted") refers to a control parameter used by a class of functions in the string-processing libraries of various programming languages. The format string specifies a method for reading a string into an arbitrary number of varied data type parameter(s). read less
Comments

IT Professional Trainer with 21 years of experience in education field

"%d" in scanf means it will accept integer input. %d is formating string. It is internal representation in memory
Comments

Linux Expert

Open the man page of scanf() it says int scanf(const char *format, ...);so what does that mean ? That means first argument of scanf() is of type char*.And you have provided "%d" and "%d" expects argument nof int type.In short %d in scanf will scan the integer value from user and store into variable.
read more
Open the man page of scanf() it says int scanf(const char *format, ...);so what does that mean ? That means first argument of scanf() is of type char*.And you have provided "%d" and "%d" expects argument nof int type.In short %d in scanf will scan the integer value from user and store into variable. read less
Comments

View 2 more Answers

Related Questions

What does %d mean in the C programming language?
signed decimal integer %d is not the only format specifier in C to represent integers. To be precise, %d is used to represent a signed decimal integer.
Vikas
0 0
6
What is meant by “enum” in C?
An enum is a keyword in C language, it is an user defined data type. All properties of integer are applied on Enumeration data type It work like the Integer.
Geetanjali
Why is a compiler used for language C and not an interpreter?
Hi, C is a structured programming language. It’s code consists of many macros, function calls references etc., which is required to be decoded before program’s execution can take place, so that any error...
Savitha
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Static and dynamic libraries
A library is a package of code that is meant to be reused by many programs. A static library (also known as an archive) consists of routines that are compiled and linked directly into your program. When...

Variables
Variables in C Language:A variable is a name that may be used to store a data value. Unlike constant, variables are changeable, we can change value of a variable during execution of a program. A programmer...

C PROGRAM FOR GENERATING SOUND
#include<stdio.h> #include<conio.h> #include<dos.h> void main() { sound(3000); // sound function have single parameter , this parameter we put integer value its generating...

V. Muthu Ganeshan

0 0
0

Basic Concepts of Web Designing
An introduction to domain names, web servers, and website hosting 1)What is the web? In a nutshell, the web is a whole bunch of interconnected computers talking to one another. The computers (on the...

Internet of Things, Social Media Becoming Part of E-Discovery Landscape
The days when e-discovery consisted of handing over copies of e-mails to address Freedom of Information Act (FOIA) requests, compliance regulations or other legal obligations are over. Now, it's just as...

Recommended Articles

Brilliant Academy is one of the reputed institutes for B.Tech tuition classes. This institute is specialised in delivering quality tuition classes for B.E, Engineering - all streams and Engineering diploma courses. Incorporated in 2012, Brillant Academy is a brainchild of Mr Jagadeesh. The main motto of the academy is to...

Read full article >

Lasya Infotech is a Hyderabad based IT training institute founded in 2016 by O Venkat. Believing in his innovation, passion and persistence and with a diverse blend of experience, he started his brainchild to deliver exemplary professional courses to aspiring candidates by honing their skills. Ever since the institute envisions...

Read full article >

Business Process outsourcing (BPO) services can be considered as a kind of outsourcing which involves subletting of specific functions associated with any business to a third party service provider. BPO is usually administered as a cost-saving procedure for functions which an organization needs but does not rely upon to...

Read full article >

Applications engineering is a hot trend in the current IT market.  An applications engineer is responsible for designing and application of technology products relating to various aspects of computing. To accomplish this, he/she has to work collaboratively with the company’s manufacturing, marketing, sales, and customer...

Read full article >

Looking for C Language Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you